The pause() method is one of the easiest solution Protractor provides you to debug the code, in order to use it you have to add it in your code where you want to pause the execution.Once the execution is in paused state:
You can use C (type C) to move forward. Be careful while using it, you hav...