Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 1, 2020 16:58
Show Gist options
  • Select an option

  • Save seleniumgists/774362657567b35aa220f80c7a1e2a1c to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/774362657567b35aa220f80c7a1e2a1c to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
browser.set_context("chrome")
win = browser.find_element_by_tag_name("body")
for i in range(5): win.send_keys(Keys.CONTROL + "-")
browser.set_context("content")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment