Skip to content

Instantly share code, notes, and snippets.

@wlm623
Created October 17, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlm623/efbb539fc301f068508ccf3a9b7c0131 to your computer and use it in GitHub Desktop.
Save wlm623/efbb539fc301f068508ccf3a9b7c0131 to your computer and use it in GitHub Desktop.
from selenium.webdriver.chrome.options import Options
chop = webdriver.ChromeOptions()
chop.add_extension('Adblock-Plus_v.crx')
driver = webdriver.Chrome(chrome_options = chop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment