When debugging a failing Protractor test, what tool can you use to pause the test execution and inspect the browser's state?

  • Browser developer console
  • Node.js debugger (e.g., DevTools)
  • Protractor's built-in debugger
  • WebDriver's built-in debugger (WDB)
When debugging a failing Protractor test, you can use the Node.js debugger, such as Chrome DevTools, to pause the test execution and inspect the browser's state.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *