Is there a log function in Protractor that will add the log invocation to the control-flow?
Or is there a function that exposes the control-flow for me to leverage?
Clearly, console.log
will log to the console outside of the control-flow (so at the "wrong" time).