Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wladzynski/7ba73492f7493cdd9fa9369050473d20 to your computer and use it in GitHub Desktop.
Save wladzynski/7ba73492f7493cdd9fa9369050473d20 to your computer and use it in GitHub Desktop.
from selenium.webdriver.remote.webdriver import WebDriver
import selenium.webdriver.chrome.service as service
service = service.Service('Path_to_operadriver')
service.start()
WebDriver(service.service_url, {'operaOptions': {'binary':'Path_to_Opera_binary'}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment