Replies: 1 comment
-
You can use Actions API from Nightwatch. You can find more details and an example over here |
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 ,
In the new nightwatch .key is depricated.
For example I have been using browser.keys(['\ue004']) for tab
browser.keys(['\ue007']) for enter.
I tried keys.ENTER etc but is doen't seem to be working.
What is the way to do this now.
Beta Was this translation helpful? Give feedback.
All reactions