Tag:Selenium
All the articles with the tag "Selenium".
-
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 Capture Full-Page Screenshots In Selenium 4 Python Using Chrome DevTools Protocol
Published:Overcome Selenium's viewport limitation by using the Chrome DevTools Protocol (CDP) to capture full-page screenshots in your Python tests.
-
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.
-
Test Automation - How To extend selenium functionality using Lombok extension methods
Published:Learn how to use Lombok's @ExtensionMethod feature to add new, readable methods to Selenium's WebDriver class without modifying its source code.