protractor - Selenium webdriver unknown error -
I am using protractors to perform some E2 tests, but despite successfully running the tests, Selenium-WebDowner Completed after throwing error.
... / node_modules / grunt-protractor-runner / node_modules / protractor / node_modules / selenium-web driver / lib / atoms / error.js: 113 var template = new error (this message. ); ^ Unknown error: No such session ...
I am having trouble finding out what I am doing.
EDIT: I came to know that the problem was that I wanted to measure some testing times in the browser. Was shutting down. Can I close the browser again and re-open because browser.coos () and then browser.get () are not working?
Edit: With launcher 3.3.0 it is now possible to open Browser.restart ()
Comments
Post a Comment