Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.3.5
- Improved error handling and reporting in tests
- Fixed
--verbose
command line option
v0.3.4
- Added
execute_async
protocol action - more details. - Added
-v, --version
command line option to show version information (removed-v
alias for--verbose
) - Added constructor style support for custom commands based on PR #48
v0.3.2
v0.3.1
- Added
switchWindow
andcloseWindow
commands for window handling. - Added
doubleClick
andrefresh
protocol actions. - Added
accept_alert
anddismiss_alert
protocol actions for alert/confirm dialogs - #3. - Added
windowSize
protocol action andresizeWindow
selenium command - Added New test example illustrating how to perform a Facebook Connect login on digg.com website.
- Fixed Selenium Handling of Alert Boxes breaks message response handling - #26.