Tomas Scandalitta
Results
1
issues of
Tomas Scandalitta
[🐛 Bug]: TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'
6
### What happened? I'm running some automation tests on a webkit based browser Code: ```python from selenium.webdriver import WebKitGTK webdriver_path: str = "/usr/bin/WebKitWebDriver" driver = WebKitGTK(executable_path=webdriver_path) driver.get("https://google.com") ``` Error: ```...
C-py
I-defect
help wanted