Skip to content

Instantly share code, notes, and snippets.

@malaklopez
Last active October 11, 2016 22:06
Show Gist options
  • Select an option

  • Save malaklopez/1709172f013c64195906e65e04c04f76 to your computer and use it in GitHub Desktop.

Select an option

Save malaklopez/1709172f013c64195906e65e04c04f76 to your computer and use it in GitHub Desktop.
Selenium Chrome Actions
browser.execute_script('''window.open("about:blank", "_blank");''')
# https://gist.github.com/lrhache/7686903
# https://selenium-python.readthedocs.io/navigating.html#navigation-history-and-location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment