Skip to content

[🚀 Feature]: allow MAX_WS_MESSAGE_SIZE to be configurable #16546

@wizardstein

Description

@wizardstein

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

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!B-devtoolsIncludes everything BiDi or Chrome DevTools relatedI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions