javascript - Protractor error "WebDriverError: Invalid timeout type specified: ms" -
with no changes protractor tests started giving error:
[14:07:05] e/runner - unable start webdriver session. [14:07:05] e/launcher - error: webdrivererror: invalid timeout type specified: ms
appreciate this
i had same issue internet explorer.
downgrading protractor 5.1.2 5.0.0 worked me.
(5.1.0, 5.1.1 , 5.1.2 seem have bug)
see bug here:
https://github.com/angular/protractor/issues/4445
Comments
Post a Comment