operachromiumdriver icon indicating copy to clipboard operation
operachromiumdriver copied to clipboard

unable to figure out how to use opera driver 76 with opera browser 63.

Open chprsk opened this issue 5 years ago • 2 comments

i am a selenium webdriver with java learner. While trying to automate opera browser 63rd version with opera driver recent release it is showing can not find binaries could any one help with issue how to use it. ![Screenshot (39)] (https://user-images.githubusercontent.com/54938683/65392672-ddf17d00-dd94-11e9-9d0d-cbdc81ca640c.png)

chprsk avatar Sep 22 '19 18:09 chprsk

Hi @chprsk ,

If you're on Windows and your Opera is not installed either in "Program Files\Opera" or "Program Files (x86)\Opera" then you have to use ChromeOptions() and pass a path to opera.exe as binary_location option.

Python example can be found here

This is actually a bug in OperaDriver which is not able to find Opera binary when it's installed in other locations.

I hope this solves your problem.

rkrupski avatar Sep 23 '19 09:09 rkrupski

some how solved by opening browser but test url is not getting opened.

chprsk avatar Sep 24 '19 05:09 chprsk