Active1 year, 10 months ago
I'm trying to run my selenium grid code on remote nodes but it always throw exception.
hub :
it will listen on 192.168.1.106:4444
node :
I've read through a bunch of selenium topics on here and I've been going in circles on how the permissions / options should be set for the chromedriver.
it will listen on 192.168.1.132:5566
Java Code:
node log:
OS: Fedora 23, Firefox version 50.1.0, selenium standalone server 3.0.1
Bilal Usean
Selenium Java Client Driver
Bilal UseanBilal Usean9002 gold badges8 silver badges29 bronze badges
3 Answers
I figured it out
We need to change
From
Install Selenium Mac
-Dwebdriver.gecko.driver=/u01/driver/geckodriver
To
-Dwebdriver.firefox.marionette='/u01/driver/geckodriver'
e.g)
Bilal UseanDownload Selenium Java
Bilal Usean9002 gold badges8 silver badges29 bronze badges
Xwris StoixeiaXwris Stoixeia
This command line to registry a node on window, that i solved the problem like your
Huy phan dinhHuy phan dinh