This thread is trying to answer question "Is there a way to remove or extend the timeout for `onConsoleMessage()`?"
I assume you've checked this page: https://playwright.dev/java/docs/api/class-consolemessage
I simply want to capture all of the console messages logged on page, and I'm using onConsoleMessage()
for that. However, after 60-90 seconds, it stops receiving messages, and my assumption is that it times out.
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].