Forum Discussion
- Adrian_TankardContributorHi 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.