yashaka / selene

User-oriented Web UI browser tests in Python
https://yashaka.github.io/selene/
MIT License
676 stars 145 forks source link

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

Closed dimaklepikov closed 8 months ago

dimaklepikov commented 8 months ago

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

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

yashaka commented 8 months ago

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

dimaklepikov commented 8 months ago

Thanks! Yes, it solved the issue