0

I know that protractor 5 comes with Selenium webdriver-manager 3.x. However is it safe to connect to a 2.x webdriver-manager or do I have to use 3.x?

Scott Walter
  • 9,426
  • 4
  • 18
  • 23

1 Answers1

1

This will not work. In Protractor 5, we needed to update the selenium-webdriver node dependency from 3.x. In order to have this to run, we also needed to upgrade the selenium standalone server jar file to 3.x. Also there are significant changes from Protractor 5 for the selenium-webdriver 3.x upgrade. See the commit.

cnishina
  • 5,016
  • 1
  • 23
  • 40