From the course: Test Automation with Selenium WebDriver for Java
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Code challenge: Complete a form
From the course: Test Automation with Selenium WebDriver for Java
Code challenge: Complete a form
(bright music) - [Instructor] In this challenge, you'll interact with multiple types of web elements to submit a form. Use Selenium WebDriver to enter a username in the Text input field. Enter a password in the Password field. Write I am learning Selenium WebDriver in the Textarea field. Select Three option from the dropdown. Deselect the Checked checkbox. Select the Default checkbox, and select the Default radio. And finally, click the Submit button. Check out my solution video to see how I tackle this challenge.