Skip to content

Instantly share code, notes, and snippets.

@bbrother92
Last active April 18, 2019 15:51
Show Gist options
  • Save bbrother92/47856117052d10033d742b06ea0f6c8e to your computer and use it in GitHub Desktop.
Save bbrother92/47856117052d10033d742b06ea0f6c8e to your computer and use it in GitHub Desktop.

tabs

if we clicked on target="_black" link then we have to use switchTo().window([0-N]);
N - tab number
but without switchTo locally in browser tab will appear like its already selected (its not)!

frames

switchTo().innerFrame("frameName")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment