Tag:Debugging
All the articles with the tag "Debugging".
-
Test Automation - Capturing Console Logs and JavaScript Errors with Selenium WebDriver BiDi in Python
Published:Leverage the power of WebDriver BiDi in Selenium Python to automatically capture console logs and JavaScript errors for faster test failure diagnosis.
-
Test Automation - How To Attach Public IP Address to Allure Report using Playwright TypeScript Auto Fixtures
Published:Enhance your Allure reports by automatically attaching the public IP address on test failure using a custom Playwright TypeScript auto-fixture.
-
Test Automation - How To Edit Cookies in Selenium Python
Published:Learn how to programmatically edit browser cookies in Selenium Python, a feature not natively supported, to test different user states and scenarios.
-
Test Automation - How To Attach Session Storage, Local Storage, Cookies, and Console logs To Allure Report in Selenium Python
Published:A guide on capturing and attaching crucial browser data like session/local storage, cookies, and console logs to Allure reports for better debugging.