Debug in Chrome

When your test failed, the browser window will not close automatically. You can debug the test using all the native Chrome features, DOM navigator, network tab, etc. This is very useful when you need to fix selectors because an "element was not found".

To open Chrome Dev tools just right click on your page and click "Inspect".

Last updated