Top "Nightwatch.js" questions

Nightwatch.

What is the proper way to wait for a new URL to load in nightwatch?

A page I am testing has a button that takes you to a different page on the same site. After …

javascript nightwatch.js
Nightwatch. Click on element with text

I have a problem, can`t click on web element having some unique text. I have this structure: <div …

javascript css nightwatch.js
Accessing iFrame elements using Nightwatch

I am using Nightwatch to test that the correct value has been given to a div within an iframe. My …

javascript css dom iframe nightwatch.js
Nightwatch - Meaning of WaitForElementVisible and WaitForElementPresent

Im using Nightwatch for e2e and Im finding these two command a little bit confusing given the name and …

nightwatch.js
Trying to click on the 2nd element with the same class using Nightwatch.js

I have been trying out a lot of different ways to click on a particular element on the browser using …

javascript css-selectors nightwatch.js
Nightwatch Selenium "socket hang up"

Running Nightwatch tests on CI in Chrome. Sometimes (about once in 5 builds) I encounter following error, in one of the …

java selenium continuous-integration nightwatch.js
Set Firefox Preferences in Nightwatch

How do you set firefox preferences in nightwatch? I would like to do the equivalent in java with nightwatch. FirefoxProfile …

javascript firefox selenium selenium-webdriver nightwatch.js