You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
My application is making HTTP requests to some servers that don't exist anymore and the remote computers ignore the TCP requests, so they don't even reply that the port is closed.
I wanted to see what requests were made so I wanted to look in the Network section of the Developer Tools. When I open the Developer Tools (F12), I am getting this error in protractor's console:
Stacktrace:
UnknownError: disconnected: not connected to DevTools
(Session info: chrome=35.0.1916.114)
(Driver info: chromedriver=2.10.267518,platform=Linux 3.5.0-49-generic x86_64)
How can I open the Chrome Developer Tools while Protractor is running?