Extended Debugging combines browser console log information with networking data to identify the location of the problem and identify the root cause, dramatically accelerating resolution.
Extended Debugging combines browser console log information with networking data to identify the location of the problem and identify the root cause, dramatically accelerating resolution.
Collect both the JavasScript console logs (JS) and HTTP Archive Format (HAR) files generated by your test to use in debugging.
Extended debugging provides browser console logs and network calls for reviewing browser performance and networking data to identify the root cause of test failures and resolve flaky tests faster.
Use logs to find out information like which components of your web application failed to load or ran into an error, warnings logged by the browser, and other performance data.
Use free tools to quickly identify issues early in the development cycle, ensure quality apps, and save time. Resolve flaky tests caused by network issues, understand how apps will perform under challenging network conditions, and modify tests to adjust for specific conditions. (For web apps & Google Chrome only).