How to send Ctrl-A, Del in CDP Mode? #3821
Answered
by
mdmintz
LeeMeng2020
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jun 16, 2025
Replies: 1 comment
-
Methods such as |
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
Methods such as
sb.cdp.type(selector, text)
should automatically clear out text fields before typing in new text.If for some reason that didn't clear out the old text first, use the
PyAutoGUI
methods instead.