Using SeleniumBase Live? #2846
Answered
by
mdmintz
Meathelix1
asked this question in
Q&A
-
I have a question, so I want to connect to my browser remotely using SeleniumBase, however I want to be able to interact with the pages live, not just test but instead a live interaction. Could this be done? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jun 9, 2024
Replies: 1 comment 1 reply
-
Sounds like a duplicate of #2049 (Chrome Remote Debugging) Unless you are referring to something like a Python |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like a duplicate of #2049 (Chrome Remote Debugging)
Unless you are referring to something like a Python
breakpoint()
, which lets you pause the automation so that you can run your own commands from the command-line.