0

i am getting error org.openqa.selenium.remote.ProtocolHandshake createSession in selenium webriver when i run my file which will first launch the url and do login . i am using chrome v70 , chrome driver v2.43 and selenium server standalone v 3.13.0. Please can you help me

  • Possible duplicate of [Selenium for ChromeDriver and Chrome Browser and the log message "Only local connections are allowed"](https://stackoverflow.com/questions/48547360/selenium-for-chromedriver-and-chrome-browser-and-the-log-message-only-local-con) – undetected Selenium Dec 08 '18 at 14:04

1 Answers1

0

Remove the selenium server standalone v 3.13.0 from the Library tab of eclipse and importing of Selenium-java v3.13.0 and it will works

Ramesh Korla
  • 64
  • 2
  • 3
  • 8