-
I want to open devtools in the middle of the test and navigate to the console, is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Aug 1, 2024
Replies: 1 comment 2 replies
-
You can try using the Otherwise, use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Uno-count
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try using the
F12
Key: https://stackoverflow.com/a/13065150/7058266Or just https://stackoverflow.com/a/68745841/7058266
Otherwise, use
--devtools
/devtools=True
to start SeleniumBase with Devtools open.