jkrolczy
6 years agoRegular Contributor
Chrome: Switching between multiple Tabs
The Web application I am testing at a point when selecting multi links will open a tab per link.
When opening 1 link, I am already focused to that Tab and when I do the Close button on that pag...
- 6 years ago
I think I will try the following:
create a loopSys.Browser("chrome").Page("http://something.com/*").Keys("^[Tab]");
Check when the Tab(page) I want is VisibleOnScreen
break out of Loop
And I should be on the Tab I want to work with