Questions tagged [nightwatch]

This tag should be used to ask questions about the e2e testing framework Nightwatch

This tag should be used to ask questions about the e2e testing framework Nightwatch

Nightwatch.js is an automated testing framework for web applications and websites, written in Node.js and using the W3C WebDriver API

123 questions
0
votes
1 answer

nightwatch test fails with multiple click events in sequence

When running a nightwatch.js test on a browser with a checkbox that is not visible using the following code. browser.moveToElement('input[id="2verificationYes"]') .click('input[id="2verificationYes"]') I get the following error : An error…
-1
votes
1 answer

Nightwatch.js - How to goes through multiple links and enter values without duplicating code?

I am trying to create a tool that enters assessment marks into a system. I currently have it working but the code is very repetitive. I have a JSON file with the student's marks. I then loop through the length of the data and enter the values into…
-2
votes
1 answer

How to apply dark or night mode in a blog or website?

I want html js, java and css for dark mode or night mode, that is not going to off on on refreshing the page, and remains dark or light or night mode until again button pressed.
1 2 3
8
9