yashaka / selene

User-oriented Web UI browser tests in Python

Home Page:https://yashaka.github.io/selene/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'webdriver_manager.core.os' on v 2.0.0rc2

dimaklepikov opened this issue · comments

selene/core/configuration.py calls a non-existing module from WDM.

This occurs on calling browser.driver imported from 'selene.api'

Hey, the latest version is 2.0.0rc4, can you upgrade and check your case with it? Probably it will be fixed...

Thanks! Yes, it solved the issue