[🐛 Bug]: [py] log_types doesn't work with WebKitGTK #15587
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-py
Python Bindings
I-defect
Something is not working as intended
OS-linux
Description
Accessing the driver.log_types property when using WebKitGTK doesn't work and returns an error.
Reproducible Code
from selenium import webdriver driver = webdriver.WebKitGTK() print(driver.log_types)
Debugging Logs
The text was updated successfully, but these errors were encountered: