wizardstein
Results
1
issues of
wizardstein
### Description The problem trying to solve: Right now we can do this: ```python log_entries = [] driver.script.add_console_message_handler(log_entries.append) ``` And seems to work for several logs, but not all. We...
C-py
I-enhancement
B-devtools