Automation Bootcamp

03 Web Automation

<!DOCTYPE html>

03 Web Automation
03 Web Automation

<style> body { text-align: justify; } </style>

Module 3 โ€” Web Automation with Selenium

Key concepts: - Locators: By.ID, By.NAME, By.CSS_SELECTOR, By.XPATH - Waits: implicit vs explicit; WebDriverWait - Running headless Chrome - Test data and fixtures with Pytest

Hands-on: Automate a login form (e.g., saucedemo.com).

Generated on 2025-10-19 20:55

โ† Back to Modules