Tag:Python
All the articles with the tag "Python".
-
From Selenium to Playwright: A Data-Driven Look at the Shifting Landscape of Test Automation
Published:The data is clear: the industry is migrating. Not just between tools, but from a legacy mindset to a modern one, increasingly assisted by AI.
-
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 Best Practices: Pinning Browser Version in Selenium Python for Stability
Published:A practical guide on how to pin browser and driver versions in Selenium Python to avoid unexpected failures caused by new, unstable releases in CI/CD.
-
Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions
Published:Solve frustrating CI/CD failures by automatically synchronizing Playwright and browser versions between your Python project and GitHub Actions workflow.