Tomas Scandalitta

Results 1 issues of Tomas Scandalitta

### 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