Last active
October 11, 2016 22:06
-
-
Save malaklopez/1709172f013c64195906e65e04c04f76 to your computer and use it in GitHub Desktop.
Selenium Chrome Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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