0
votes

I am getting unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7056) and quit error When I am trying to run php script which gives command to system to run a ruby script for automation. Ruby script uses selenium web driver.

2

2 Answers

0
votes

I am not sure, but do you set max time limit for your script ?

set_time_limit(60); //60 seconds
0
votes

try this out:

update selenium-webdriver gem on your machine by running this command.

gem update selenium-webdriver