Nightwatch v2.0-alpha is Released #2889
Replies: 4 comments 2 replies
-
Hi Andrei, I was switching iframe using ELEMENTID in Nightwatch 1.7.8 and now in Nightwatch 2.0 I cannot find ELEMENTID. Is it not anymore available? Or else, where it is? await this.waitForElementVisible(iframe.selector).element(
|
Beta Was this translation helpful? Give feedback.
-
Hi Guys, Just started using nightwatch with the Loadero performance testing toolset and very impressed. Really stable, robust and powerful visual scripting. Did you get the nightwatch name from Game of Thrones :) ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, in v2, Nightwatch.js uses the official selenium-webdriver library. I'm wondering, what Nightwatch.js uses in v1? Would you mind sharing a more detailed description about this? Tried reading blog posts and googling but seems no luck. Thanks |
Beta Was this translation helpful? Give feedback.
-
We're delighted to announce that the next major version of Nightwatch is available in NPM as an alpha pre-release. It contains a wide range of new features and improvements for writing and running tests as well as full cross-browser testing support for W3C WebDriver compliant browsers.
The underlying architecture has been completely reworked to use the official selenium-webdriver Node.js library in communicating with the browser drivers. This means better cross-browser integration, more reliable DOM element command handling, and overall more stable and faster tests.
The goal of the alpha release is to gather some feedback, identify, and fix major bugs while at the same time finalize the new APIs and also update the documentation. So it's quite important that you let us know of any major issues encountered so we can make the upgrade from v1.x as smooth as possible.
Read the full blog post and check out the release notes.
Beta Was this translation helpful? Give feedback.
All reactions