Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2023 10:41:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270403] www/py-selenium-wire: 'EdgeOptions' not found
Message-ID:  <bug-270403-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 270403
           Summary: www/py-selenium-wire: 'EdgeOptions' not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dvl@FreeBSD.org
          Reporter: kaltheat@gmail.com
          Assignee: dvl@FreeBSD.org
             Flags: maintainer-feedback?(dvl@FreeBSD.org)

Hi,

I use

py39-selenium-wire-5.1.0 and
py39-selenium-3.141.0_1

(and geckodriver, firefox)

on FreeBSD 12.4.-RELEASE amd64 from latest pkg repo and I get this error:

Traceback (most recent call last):
  File "XYZ", line N, in <module>
    from seleniumwire import webdriver=20
  File "/usr/local/lib/python3.9/site-packages/seleniumwire/webdriver.py", =
line
23, in <module>
    from selenium.webdriver import EdgeOptions
ImportError: cannot import name 'EdgeOptions' from 'selenium.webdriver'
(/usr/local/lib/python3.9/site-packages/selenium/webdriver/__init__.py)

which seems to be related to this issue on github[1].

Is it only my installation which lacks something or is the port broken?

Regards
kaltheat


[1] https://github.com/wkeeling/selenium-wire/issues/605

--=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-270403-7788>