Is there any option to shift+click #2604
lakshminarayanagrahari-tomtomexternal
started this conversation in
General
Replies: 2 comments 2 replies
-
try await click(element, {modifiers: 8}); The ability to use modifiers from https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent |
Beta Was this translation helpful? Give feedback.
2 replies
-
@DCoomer, it is working. Thanks a lot. |
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 am new to gauge taiko. I am working on an automation script . I want to simulate shift + click. Basically the requirement is to press shift and clicking different element on screen while holding shift key.
Please suggest me how can I do that.
Regards
Beta Was this translation helpful? Give feedback.
All reactions