Advanced
Selenium E2E Test Script
Develop an end-to-end test script using Selenium WebDriver for a login workflow.
📝 Contenu du Prompt
Write a Selenium WebDriver script in Java that automates the following end-to-end scenario: 1. Navigate to the login page. 2. Enter valid credentials. 3. Click the submit button. 4. Verify the user is redirected to the dashboard and the welcome message is present. Use explicit waits for element visibility.