1

I'm having an issue with launching Google Chrome using Selenium's latest version as of today 3.7.1

It works fine if it's within the IDE, but when I export to jar file and try running it, nothing happens. It used to work on Selenium 3.4.0, after upgrading it no longer works.

I'm not sure if it's a bug in Selenium's version or what exactly, Is anyone experiencing the same issue?

Thanks in advance.

Edit

Long story short, does Selenium 3.7.1 work with ChromeDriver 2.33.5 when executing the jar file?

Mohamed Said
  • 524
  • 7
  • 27
  • Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the [How to Ask](https://stackoverflow.com/help/how-to-ask) page for help clarifying this question. – undetected Selenium Nov 08 '17 at 12:44
  • @DebanjanB I've edited the original post. Thank You. – Mohamed Said Nov 08 '17 at 12:49

2 Answers2

0

As per latest release of selenium 3.7 , you should use v2.33 of chrome driver as there is no other driver is released by chromium yet. And I guess it should work

iamsankalp89
  • 4,607
  • 2
  • 15
  • 36
0

I solved it by including all 3.7.1 libraries into the build path. 3.7.1 works different than 3.4.0

Mohamed Said
  • 524
  • 7
  • 27