Selenium Waits Playground

Task 1: wait for presence

Click the Submit button, wait for the note is presented below, print the note's text.

Task 2: wait for absence

Click the Delete button and wait until the message "This message must disappear" below disappears.

This message must disappear

Task 3: wait for visibility

Click the Load data button and wait for the note is visible, print the note's text.

Task 4: wait for alert

Click the Show info and wait until browser alert "Task 4 is completed" appear.

Task 5: wait for enabled

Click the Enable button and wait until the field is enabled, then type "world" into the field

Task 6: wait for search results

Click the Search button and print the found results.

  • Donald
  • Eugene
  • Fred

Task 7: wait for event shorter than POLLING INTERVAL

Click the Search button and print the found results.