test_console_logging for request error #3112
Answered
by
mdmintz
alicesin615
asked this question in
Q&A
-
Hi, I saw the example |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Sep 10, 2024
Replies: 1 comment
-
The page must finish loading before |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The page must finish loading before
self.start_recording_console_logs()
can be called.Then call
self.get_recorded_console_logs()
before leaving the page.