Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with Action Ticks code sample uses async actions for explaining synchronized actions execution #221

Open
kumarchandresh opened this issue Dec 19, 2022 · 0 comments

Comments

@kumarchandresh
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant