-
"Is there a way to slow down |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 2, 2024
Replies: 1 comment 1 reply
-
If these aren't slow enough as is to avoid detection... sb.cdp.gui_press_key(key)
sb.cdp.gui_press_keys(keys) ...then you can create a |
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
If these aren't slow enough as is to avoid detection...
...then you can create a
for
loop, where you addsb.sleep(seconds)
to slow things down as much as you want.