Skip to content

Wire Edge error: AtrributeError: module 'seleniumwire.webdriver' has no attribute 'edge'. Did you mean: 'Edge' ? #4013

@noxasch

Description

@noxasch

When running SeleniumBase with the following config:

driver = Driver(
   browser="edge",
   use_wire=True,
)

will result in the following error

 File: "C:\USER_PATH\.venv\Lib\site-packages\seleniumbase\core\browser_launcher", line 4267, in get_local_Driver
    Edge = webdriver.edge.webdriver.Webdriver
"AtrributeError: module 'seleniumwire.webdriver' has no attribute 'edge'. Did you mean: 'Edge' ?

I played around and found a fixed as, let me know if you accept a PR, will gladly send a PR.

Metadata

Metadata

Assignees

Labels

bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions