Hi!
Has anyone experience in adding url parameters to a WDA url at runtime?
Example:
We have a WDA application with a tabstrip containing several tabs. Regardless of the selected tab the URL always is the same. What we want is that each time the tab is changed the url is changed. Sample:
tab1 = www.hugo.com/wdaappl?tab=tab1
tab2 = www.hugo.com/wdaappl?tab=tab2
tab3 = www.hugo.com/wdaappl?tab=tab3
Background:
We have a tool for creating web statistics and this tool can only deal with urls. We want to measure not only the call of the whole application, but the call of the tabs within the tabstrip.
Any hints?
Thanx in advance.
Regards,
Volker