Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. from selenium import webdriver
  2.  
  3. driver = webdriver.Firefox()
  4.  
  5. selenium.common.exceptions.WebDriverException: Message: Expected
  6. browser binary location, but unable to find binary in default
  7. location, no 'moz:firefoxOptions.binary' capability provided, and no
  8. binary flag set on the command line
  9.  
  10. driver = webdriver.Chrome('C:/Users/user/Desktop/chromedriver.exe')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement