How to type function keys #19790
Unanswered
BarryThrill
asked this question in
Questions and Help
Replies: 1 comment
-
I found out that I could use cypress-real-events and it was as easy as adding this line to the code:
|
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
-
Hello people!
I have been googling for hours and yet not able to find what i'm trying to do.
In my cypress test, im currently doing automation testing on my webpage and I do have a special debug function that I trigger by doing CTRL (left) + F1 and then ALT + F12 - My question is, how can I do that using Cypress? That it types CTRL + F1 (wait 0.5 sec) ALT + F12?
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions