Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Selenium grid is providing exception :PROXY_REREGISTRATION

I am now able to run selenium grid 2 successfully, thanks to you guys. Now I am facing a new issue, i.e. : Session [xxxxx] was terminated due to PROXY_REREGISTRATION

according to what i read it means that the node was disconnected and was retrying to connect to host, which failed.

but what I want is, how to tackle this exception. rather how to handle it>>??? Does anyone know something related to this one??

like image 895
LeonarD Avatar asked Apr 28 '14 06:04

LeonarD


1 Answers

I had a similar issue couple of days ago. Apparently I was using an old version of selenium-node image. I updated to latest version and the issue was resolved.

like image 151
vrommer Avatar answered Oct 14 '22 15:10

vrommer