-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Describe the bug
The new version of Selenium (4.41) isn't compatible with the framework.
Basic BotCity template:
...\Lib\site-packages\botcity\web\compat.py", line 8, in patch_selenium
web_element = webdriver.remote.webelement.WebElement
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'selenium.webdriver.remote' has no attribute 'webelement'
Steps to Reproduce
- install framework
- try execute
Possible Solution
pin version
selenium>=4.10,<4.38
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels