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
Thanks for calling this out! I'm labeling this as a bug since our implementation of driver version works for some and not for others. I'll update this so we take full advantage of how webdriver_manager does things.
I haven't switched to Selenium's "Selenium Manager" yet because it still has a lot of issues, but I'm assuming that will be the solution we move to eventually.
According to https://github.com/SergeyPirogov/webdriver_manager/releases/tag/v3.8.6 webdriver-manager supports an auto-detection mode if no version is specified:
if version is None - tries to determine installed browser version, and if fail - downloads like "latest" - LATEST_RELEASE.
But it seems that pylenium doesn't support setting no version and seems to pass "latest" if no version is specified.
The text was updated successfully, but these errors were encountered: