1

I try to use opera browser with selenium ,on running the scripts browser get launched but no tests are running in the browser instead a error popups. I am using operachromium driver with opera version 40 enter image description here

below is the code to create opera driver instance:

System.setProperty("os.name","windows");
System.setProperty("webdriver.chrome.driver", "path to operachromiumdriver");
driver = new ChromeDriver(); 
driver.get("http://google.com");

Can any one help me on this.

Mohsin Awan
  • 1,176
  • 2
  • 12
  • 29
Nikhil Surendran
  • 956
  • 4
  • 14
  • 25

0 Answers0