Skip to content

Instantly share code, notes, and snippets.

@svschannak
Last active October 15, 2018 12:11
Show Gist options
  • Save svschannak/aabddcf89e650902231b969874357a64 to your computer and use it in GitHub Desktop.
Save svschannak/aabddcf89e650902231b969874357a64 to your computer and use it in GitHub Desktop.
Selenium Remote chrome Driver in python
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