Search found 2 matches

by Sylvain
Fri Jul 23, 2021 5:54 am
Forum: Beginners
Topic: Use the newly opened browser tab
Replies: 2
Views: 10118

Re: Use the newly opened browser tab

Thanks for the information. So instead of that: ChromeElementAction>strSessionId,links_1,click This enabled me to navigate to the page within the same tab: ChromeGetElementData>strSessionId,links_1,attribute/href,the_url ChromeNavigate>strSessionId,url,the_url from then I was able to perform the act...
by Sylvain
Mon Jul 19, 2021 11:29 pm
Forum: Beginners
Topic: Use the newly opened browser tab
Replies: 2
Views: 10118

Use the newly opened browser tab

Hi,

I have been able to open a new tab by clicking on a link:

Code: Select all

ChromeElementAction>strSessionId,links_1,click
Now, it looks like the macro keeps working on the original tab, is that right?
Is it possible select the new tab to perform actions in this one?

Thank you
Sign up to our newsletter for free automation tips, tricks & discounts