-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Describe the bug
@hhslepicka
This project use the latest msedge-selenium-tools
version (3.141.4)
If you use msedge-selenium-tools==3.141.4
it throws the exception:
D:\BotCity\projetos\dev\web-test\venv\lib\site-packages\botcity\web\bot.py:230: DeprecationWarning: Selenium Tools for Microsoft Edge is deprecated. Please upgrade to Selenium 4 which has built-in support for Microsoft Edge (Chromium): https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/#upgrading-from-selenium-3
self._driver = driver_class(options=opt, desired_capabilities=cap, executable_path=driver_path)
Steps to Reproduce
from botcity.web import WebBot, Browser
web = WebBot()
web.headless = False
web.browser = Browser.EDGE
web.driver_path = ''
web.browse('https://google.com')
web.stop_browser()
Possible Solution
Install msedge-selenium-tools==3.141.3
after install botcity-framework-web==0.4.0
Or:
Set version 3.141.3 version on
msedge-selenium-tools |
My Platform
* OS: Windows 11
* Python Version: 3.10.2
* Packages Version: botcity-framework-web==0.4.0
Additional context
PYPI - msedge-selenium-tools
What Is New In Selenium 4 And What Is Deprecated In It?
Metadata
Metadata
Assignees
Labels
No labels