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
/home/npp/Qt_5_15_2/Examples/Qt-5.15.2/widgets/mainwindows/application/testrun.py:32: DeprecationWarning: desired_capabilities has been deprecated, please pass in an Options object with options kwarg
driver = webdriver.Remote(
Traceback (most recent call last):
File "/home/npp/Qt_5_15_2/Examples/Qt-5.15.2/widgets/mainwindows/application/testrun.py", line 32, in <module>
driver = webdriver.Remote(
File "/home/npp/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 288, in __init__
self.start_session(capabilities, browser_profile)
File "/home/npp/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 381, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/home/npp/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 444, in execute
self.error_handler.check_response(response)
File "/home/npp/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 249, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Missing or invalid 'desiredCapabilities'
Am I missing any libs? I kindly request someone to guide me here. I just start learning selenium. I'm basically a qt developer.
We would like to use selenium for testing our qt applications.
Thank you
The text was updated successfully, but these errors were encountered:
naresha911
changed the title
How to connect to selenium using Python
How to connect qt widgets app with selenium using Python
Dec 3, 2022
Virtual machine
Ubuntu : 22.04.1
[SEVR]: Root './web' does not exist!
Now to verify one simple case with selenium in Python, I used below code:
I get following errors:
Am I missing any libs? I kindly request someone to guide me here. I just start learning selenium. I'm basically a qt developer.
We would like to use selenium for testing our qt applications.
Thank you
The text was updated successfully, but these errors were encountered: