Create Selenium WebDriver tests with best practices
Create a Selenium test suite for:
Application: ${{APPLICATION_URL}}
Test scenarios: ${{TEST_SCENARIOS}}
Browser targets: ${{BROWSERS}}
Generate:
- WebDriver setup and configuration
- Page Object Model classes
- Wait strategies (explicit, fluent)
- Cross-browser configuration
- Screenshot on failure
- Parallel execution setup
- Grid configurationOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{APPLICATION_URL][{TEST_SCENARIOS][{BROWSERS]