Nightwatch v1.2.1 Release Notes

Release Date: 2019-08-12 // over 4 years ago
  • ๐Ÿ†• New commands

    โž• Added several new commands in-line with the W3C Webdriver API:

    ๐Ÿ‘Œ Improvements

    • waitForElementVisible doesn't throw an error anymore if the element cannot be found - #2148
    • โž• Added w W3C Webdriver API compatibility support for .timeouts() command;
    • โž• Added suppressNotFoundErrors option for element selector properties to enable suppressing NoSuchElement errors when element is not found for commands such as .click() or .getText() etc.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed #2155 - an issue with page object element selectors
    • ๐Ÿ›  Fixed #2165 - an issue with page object relative urls
    • ๐Ÿ›  Fixed #1301 - an issue with using .perform() with async callback
    • ๐Ÿ›  Fixed #2168 - setWindowSize for geckodriver