Forum Discussion

jkrolczy's avatar
jkrolczy
Regular Contributor
5 years ago
Solved

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...
  • jkrolczy's avatar
    5 years ago

     

    I think I will try the following:

    create a loop

    Sys.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