I searched the docs and the forum and still cannot figure out how to do this...
I want to open a url in a new tab (Firefox), but I do not want to wait for the url to load and I do not want the focus to change to the new tab.
I have this code:
Code: Select all
TAB T=1
TAB OPEN
TAB T=2
URL GOTO=http://mydomain.com
TAB T=1
The problem is that it changes the focus to the new tab and then waits for the page to load before it returns the tab 1 and continues the macro. I need to stay on tab 1 and continue the macro while the url page is loading in the other tab.
Is there a way do this?
Thanks