Change/Switch Window with different URL every time

I used “Use Browser/Application” activity to open a window, but it has different values every time a new window is opened from the same button. The different values are of different elements in the browser like auth_code etc. I tried using wild cards like auth_code=“*” but the URL is opening a different window that shows an error, instead of one already opened from clicking the button.

Hi

Keep the same selector
Change only the dynamic part of the attribute in the selector something like this

For example
Auth=“asdff*”
Not
Like Auth =“*”

And make sure the selector is valid
Open selector editor and see whether it shows Valid and click on Highlight and see whether it is highlighting the element u want

Cheers @A-Ui

For once the code goes like:
client_auth_code=3phw52g2bwkxzj9n3sdd7g22swz9hc
The second time as:
client_auth_code=2kyml4i3lcvyvw913aj3ucx27jum89

Even the position is not fixed

Hi,
Use application/Browser activity and
Please use the properties as mentioned below

Close - Never
Open - IfNotOpen
input Mode - Simulate
Window Attach Mode - single Window

But it is not to direct to the changing url every time.
The URL changes every time I open a new window.

You can use classic activity in such case. It works for me now. Thanks all.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.