How to press a couple of keys simultaneously using the new API #3644
Unanswered
solja484
asked this question in
Help Needed
Replies: 1 comment
-
Hello @solja484 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I need to press a couple of keys at one time, and it worked perfectly with the
browser.keys([client.Keys.CONTROL, client.Keys.ALT, "I"]);
command, but thekeys
command is deprecated now.I can't find the example of pressing a couple of keys simultaneously using your new Actions API. Could you please provide me with the code snipped of how it can be done?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions