-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedI-enhancementSomething could be betterSomething could be better
Description
Description
The problem trying to solve:
Right now we can do this:
log_entries = []
driver.script.add_console_message_handler(log_entries.append)And seems to work for several logs, but not all.
We have some bigger logs (300kb+) and they do not show up in our code
I checked and I suspect the functionality, working through web sockets, is limited somewhere, maybe via MAX_WS_MESSAGE_SIZE, which is why it would be great if we could increase this limit via an environment variable
Have you considered any alternatives or workarounds?
No response
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedI-enhancementSomething could be betterSomething could be better