operasoftware / operachromiumdriver

OperaDriver for Chromium-based Opera releases
Other
259 stars 47 forks source link

Unable to configure Opera browser in Selenium Grid #33

Open erinev opened 7 years ago

erinev commented 7 years ago

Hi,

im trying to enable Opera browser on selenium grid.

What HW i have (GRID server):

Setups i tried: 1) selenium-server-standalone-3.0.1.jar: Im running this server with such setup (command line): java -Dwebdriver.opera.driver=D:\SeleniumGrid\Opera\operadriver.exe -jar ../Server/selenium-server-standalone-3.0.1.jar -role node -nodeConfig nodeOperaConfig.json -port 4552 nodeopera301config

2) selenium-server-standalone-2.45.0.jar:

any help would be appreciated. What im doing wrong and why i cant even connect Opera node to 3.0.1 server without errors ? (I have setuped IE, FF and CH browsers successfully on 3.0.1 server and executed tests from c# code)

erinev commented 7 years ago

more detailed steps and exact errors can be seen at -> stackoverflow thread

marioskamperis commented 7 years ago

Having the same issue with nighwatchJS using selenium and operdriver for automation tests. Any ideas?

tvdende commented 7 years ago

Is there a solution for this, I`m having the same issue

joeyparrish commented 7 years ago

Try changing browserName from "opera" to "operablink". It seems that "opera" refers to the old Opera before they transitioned to blink (Chromium's rendering engine).