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: Wait for appearance
From the course: Test Automation with Selenium WebDriver for Java
Code challenge: Wait for appearance
“
(upbeat music) - [Instructor] On the dynamically modified webpage, clicking this button removes the element below it in half a second. Your task is to use WebDriver to click this button and explicitly wait for the element to be invisible. Watch my solution video to learn how I approached this challenge.