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