You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am a beginner in Nightwatch.js and automation in general, Nightwatch documentation serves as a reliable source for understanding general concepts. The code snippet used as an example on the actions api documentation to demonstrate action ticks is just wrong. To create synchronized actions, one must use this.actions() or this.actions({async: false}) as shown in the Selenium documentation.
Screenshot
The text was updated successfully, but these errors were encountered:
Since I am a beginner in Nightwatch.js and automation in general, Nightwatch documentation serves as a reliable source for understanding general concepts. The code snippet used as an example on the actions api documentation to demonstrate action ticks is just wrong. To create synchronized actions, one must use
this.actions()
orthis.actions({async: false})
as shown in the Selenium documentation.Screenshot
The text was updated successfully, but these errors were encountered: