You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.