Can Protractor log functions be used to add log invocations to the control-flow?
Is there a feature that allows me to access and utilize the control-flow directly?
It seems like console.log
logs outside of the control-flow, which may not always be ideal.