Test Automation
Tools
- WebDriver.IO (JS, Web + Mobile)
- Selenium (Web)
- Robot Framework (Python, Mobile)
Provisioning Automation
Development Automation
Browser Automation Protocols
- Webdriver
- based on HTTP
- supported by all major browsers
- Chrome DevTools Protocol (CDP)
- based on WebSockets
- supported by Chrome
- Webdriver BiDi (Bi-Directional)
- based on WebSockets
- support is still limited