I'm trying to debug my protractor tests, but for the starting point, I'm just trying to learn elementExplorer. When I type protractor --elementExplorer, I get the following output, and chrome opens with data:,. This is what I see on the console:
Starting selenium standalone server...
Selenium standalone server started at http://MYIPADDRESS:59672/wd/hub
Starting debugger agent.
Debugger listening on port 5858
Nothing happens after that for many minutes, and I can’t even enter cmd at the Node.js prompt, as it just hangs there. May exit this with Ctrl C.
FYI my tests at photographers work fine, but debugging doesn't work.
source
share