python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Issue while running the js file on nightwatch
I am running Nightwatch through Vs code. Where inside the src folder test I have 2 js files one is a customer.js and the second is supplier.js. Now I want to run only customer.js using command npx nig...
Shankar
Votes: 0
Answers: 1
How can i get dynamic element from website so I can use it on a nightwatch
I want to get "Cancel" element. But the element of Cancel Button is dynamic, like this :
enter image description here
//*[@id="TD/D0202/22/00321-content"]/div/button[1]/span
How c...

Yani Stianingsih
Votes: 0
Answers: 1
Nightwatch JS | Looping/Iterating through Table
I've been working with Nightwatch for a few months now, using the page object method to try and make my tests as modular as possible. I've ran into a block on my knowledge over javascript syntax, and ...
QDaemon
Votes: 0
Answers: 0
Test random URLs from spreadsheet using alasql
I have a large number of URLs within a xlsx file. What I'd like to do is randomly select some of these URLs, load them, then check that they return a status code of 200.
So I'm using the npm alasql pa...

Darren Harley
Votes: 0
Answers: 1