Using the wrong browser window

I’m new at this, and using the modern design experience.

I’m writing a routine to open a web page, and it will click on a link which will open a 2nd page.

I need to click on a “Statement” on the 2nd page, but it will switch to the first page.

And I can’t find a good demo online similar to what I want to do.

TIA.

You need to understand scopes. When you open the web page with Use Application/Browser all the activities inside that activity will execute in the scope of the web page it opened. If clicking something on that page opens another page, you have to then Use Application/Browser again to attach to it so its activities will execute in the new page’s scope.

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