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:   [Bug 215195] www/firefox-i18n geckdriver
Message-ID:  <bug-215195-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215195

            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@FreeBSD.org
          Reporter: owen94012@gmail.com
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@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@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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