Category "nightwatch.js"

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/b

NightwatchJs is ignoring chrome options when trying to launch no sandbox and headless on docker

I am having an issue running nightwatch on a docker container using chrome, nightwatch seems to be completely ignoring the fact that i have told it to use --no-

Anyone has experience using NightWatch with TypeScript?

I am using NightWatch for my e2e testing and want to move towards ES6 way of writing tests. I was able to do it with Babel and it worked fine but I want to use