03 Web Automation
<!DOCTYPE html>
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
).