Splinter on Windows 10

73 views
Skip to first unread message

Kurdy Violien

unread,
Apr 10, 2017, 1:03:52 PM4/10/17
to splinter-users
I'm a windows 10 user, and trying to get splinter to work.
I get this error at: with Browser() as browser:

selenium.common.exceptions.WebDriverException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line

I found this post: https://stackoverflow.com/questions/40208051/selenium-using-python-geckodriver-executable-needs-to-be-in-path

from selenium import webdriver
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary

binary = FirefoxBinary('path/to/installed firefox binary')
browser = webdriver.Firefox(firefox_binary=binary)

Is it possible to configure splinter on Windows?
Reply all
Reply to author
Forward
0 new messages