WebDriver Capabilities Builder
Build JSON capabilities for browser automation sessions.
How to use automation safely
WebDriver Capabilities Builder describes configuration used by browser tests and automation. Configuration should be explicit so sessions are reproducible across machines.
- Declare browser, platform, timeouts, and page-load strategy instead of relying on implicit defaults.
- Use isolated environments and test data; automation should not receive production credentials without controls.
- Treat element, timeout, window, and certificate errors as diagnostic signals rather than generic failures.
Practical tip: Start with the minimum capability and add options only when the test needs them.