[Bug 215195] www/firefox-i18n geckdriver
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 10 10:14:09 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215195
Bug ID: 215195
Summary: www/firefox-i18n geckdriver
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gecko at FreeBSD.org
Reporter: owen94012 at gmail.com
Assignee: gecko at FreeBSD.org
Flags: maintainer-feedback?(gecko at FreeBSD.org)
I just updated to the latest version of firefox-i18n and now selenium starts
crashing when trying to use the firefox webdriver.
blubee at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list