Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 10:14:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 215195] www/firefox-i18n geckdriver
Message-ID:  <bug-215195-21738-njj8ijnI0f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215195-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215195-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
bcomputerguy <owen94012@gmail.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gecko@FreeBSD.o=
rg:
Bug 215195: www/firefox-i18n geckdriver
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215195



--- 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)=20
[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 =3D webdriver.Firefox()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdrive=
r.py
",
line 135, in=20
    self.service.start()
  File
"/usr/local/lib/python2.7/site-packages/selenium/webdriver/common/service.p=
y",
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.=20

>>> d =3D 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215195-21738-njj8ijnI0f>