I am writing a test for an element on the page, but when I use pageObject.click("@MyElement) on the element, s
Issue: I am getting "unable to create session error" after upgrading Nightwatch from 1.6.4 to 1.7. Findings: T
I have to test one scenario. User types desired URL to text which is linked with button. When user clicks this
I have tried every combination I came up with with no success. browser.keys( [ browser.Keys.CONTROL, browser.K
I have a Django project I am attempting to get nightwatch JS setup on, but I can't seem to get around iss
I am trying to automate a Login to a website that I use frequently. I know thats not really the purpose of Nig
I need to close Chrome download bar with Nightwatch.JS. In order to do so I want to press CONTROL+J and then C
I'm getting this error in Nightwatch when trying to click submit in an iframe this is my code: .perform
Hi to all and this is the first time I'm posting at StackOverflow. My nightwatch script with a chromedriv
I have being looking around for documentation related to setting Safari capabilities. The browser does not dow
I'm writing a test which checks that some text appears when you hover over a link. Currently unable to do
I have a use case requirement where i have to send a post request using a curl command before running ANY test
I'm trying to run a test against safari running on an iPhone in BrowserStack. Using nightwatch test fram
I have a text on a page and i have to verify that the text is present. The html for the element is <p class
I'm trying to clear input field using different ways: clearValue() - doesn't work send some combina
As the title suggests, I want to use Nightmare.js with selenium. However, their documentation only mentions th
Does it wrap around Selenium and provide a simpler or different method of invoking the functionality of Seleni