Keys.UP_ARROW no longer works in Nightwatch 2.0 #3073
kretschmannj
started this conversation in
General
Replies: 1 comment
-
This is because Nightwatch uses selenium library under the hood. You can find the list of keys over here: https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_Key.html |
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
-
Not so much a bug as an observation ... it looks like Keys.UP_ARROW has been replaced by Keys.ARROW_UP in Nightwatch v2.0.
Beta Was this translation helpful? Give feedback.
All reactions