I am using chrome driver 2.37 with selenium webdriver 2.45 for automating test cases for a angular website. I getting a random exception. "A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://localhost:60430/session/4c307f49f3d3bd3169032f27dec0d11e/moveto. The status of the exception was ConnectionClosed, and the message was: The underlying connection was closed: The connection was closed unexpectedly."
I dont know about this port, where it is taking from. Its a random exception which occurs when some action is triggered like click, clear, sendkeys. I cant figure out why & when its happening. Please help.
Thanks in advance.