I am running a set of 400 selenium2 scripts (webdriver backed) in java.
When I am running the scripts on a node registered with the grid, sometimes I get the Error communicating with the remote browser. It may have died
error. After the script with this error has closed and other scripts start running, then around 10-20 scripts are skipped due to caused by null error
.
Also there is only one browser instance running at a time. I am using chrome browser.
When ever I get the Error communicating with the remote browser
error the caused by null
error occurs.
I tried to get rid of the first error provided by this solution. But still I am getting both the errors.
Any help?
Edit Also when I run the scripts one at a time all the scripts work fine.