Tag:Python
All the articles with the tag "Python".
-
Test Automation - How To Use Custom User Agent In Selenium Python Or Playwright Python To Avoid Security Bots
Published:Learn how to implement custom user agents in Selenium and Playwright Python to bypass security bot detection and ensure smooth test automation.
-
Test Automation - Pre-Merge Testing with GitHub Actions: A Step-by-Step Guide
Published:A step-by-step guide to setting up a pre-merge testing pipeline using GitHub Actions, including code formatting checks with Black and import sorting with isort.
-
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.