You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using .debug() command, if we type a Nightwatch command in the REPL interface with say, wrong number of arguments or anything that results in error, the webdriver server closes and no commands can be executed after that in the REPL interface.
Same thing happens if we write a failing expect assertion in the REPL interface, upon failure the webdriver server closes and no commands/assertions can be executed after that in the REPL interface.
Steps to reproduce
Run any test with .debug() command and then execute browser.click(), or browser.expect.elements('hello').count.equal(1).
Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
2.4.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug/issue
While using
.debug()
command, if we type a Nightwatch command in the REPL interface with say, wrong number of arguments or anything that results in error, the webdriver server closes and no commands can be executed after that in the REPL interface.Same thing happens if we write a failing
expect
assertion in the REPL interface, upon failure the webdriver server closes and no commands/assertions can be executed after that in the REPL interface.Steps to reproduce
Run any test with
.debug()
command and then executebrowser.click()
, orbrowser.expect.elements('hello').count.equal(1)
.Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
2.4.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: