David Mello
David Mello
Amazing, thank you
I got this working by mapping to the printPage command from selenium webdriver inside method-mappings.js and exposing it through a lib/api/protocol command. Some questions though, printPage outputs to a base64-encoded...
Should this be closed now? I see it here https://nightwatchjs.org/api/assert/urlMatches.html
I've submitted PR https://github.com/nightwatchjs/nightwatch/pull/4385 to address this.
Some extra context I discovered this morning. It seems that the issue occurs when the waitForInProgressOverlay command waitUntil times out _and_ I have a downstream click command with nested .findByText...
I'll work on it
While its not a end-to-end runnable test case here is an example of a test that failed an assertion and left the browser open and exited early. In red is...
I emailed verbose logs from 3.8 to @garg3133 This was a test that was working in 3.7, but its exhibiting the timeout in 3.8. It happens after switching frame contexts...
I rediscovered the typescript boilerplate project and I think the issue stemmed from forgetting the types file override for nightwatch.d.ts https://github.com/nightwatchjs-community/nightwatch-typescript-boilerplate Maybe the page objects and wiring should be included...
> [@MurzNN](https://github.com/MurzNN) Can you try setting `disable_output_boxes: true` in your Nightwatch config? This config will go on the same level as `src_folders` in the config file. > > Or, if...