Forum Discussion
Adrian_Tankard
11 years agoContributor
Hi Minh,
Assuming the tab is opening as the current tab, then you could try the following code:
Set page = Sys.Browser(gBrowserToUse).Page("*")
page.Wait(60000)
If the tab is not the current tab, then replace the asterix in Page("*") to the URL of the tab.
Assuming the tab is opening as the current tab, then you could try the following code:
Set page = Sys.Browser(gBrowserToUse).Page("*")
page.Wait(60000)
If the tab is not the current tab, then replace the asterix in Page("*") to the URL of the tab.