Last active
October 15, 2018 12:11
-
-
Save svschannak/aabddcf89e650902231b969874357a64 to your computer and use it in GitHub Desktop.
Selenium Remote chrome Driver in python
This file contains 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
chrome_settings = webdriver.DesiredCapabilities.CHROME.copy() | |
remote_chrome_driver = webdriver.Remote(desired_capabilities=chrome_settings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment