[Bug 270403] www/py-selenium-wire: 'EdgeOptions' not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Mar 2023 10:41:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270403

            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 
  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

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