79239119

Date: 2024-11-30 08:44:45
Score: 1.5
Natty:
Report link

Use driver.quit() method and it will be solved.

Explaination: The rootcasue of this error is that the socket is not closed properly. Websocket is still open so when we are executing this class step definition then it won't get the socket when you are closing it and will throw the error. So, just use driver.quit() method and error will be gone.

enter image description here

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Krishnendu Das