bcomputerguy <owen94...@gmail.com> has reassigned Bugzilla Automation
<bugzi...@freebsd.org>'s request for maintainer-feedback to ge...@freebsd.org:
Bug 215195: www/firefox-i18n geckdriver
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215195



--- Description ---
I just updated to the latest version of firefox-i18n and now selenium starts
crashing when trying to use the firefox webdriver.

blubee@bn:~ % python
Python 2.7.12 (default, Nov 14 2016, 19:04:53) 
[GCC 4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)] on
freebsd11
Type "help", "copyright", "credits" or "license" for more information.
>>> from selenium import webdriver
>>> d = webdriver.Firefox()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py
",
line 135, in 
    self.service.start()
  File
"/usr/local/lib/python2.7/site-packages/selenium/webdriver/common/service.py",
line 71, in star
    os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'geckodriver'
executable needs to be in PATH. 

>>> d = webdriver.Chrome()

the chrome webdriver comes up just fine but before this latest update,
everything was working just fine only with firefox.

Now whenever I get that error message a blank geckdriver.log file in the
directory that I ran the file.

I tried downgrading my firefox-i18n but then there's a makefile error around
line 87 that says something about adblock extension.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to