Package org.openqa.selenium.support.ui


package org.openqa.selenium.support.ui
  • Class
    Description
    Models a condition that might reasonably be expected to eventually evaluate to something that is neither null nor false.
    A simple exception that is thrown if an ExpectedCondition is not met met by a Wait.
    Wait<F>
    A generic interface for waiting until a condition is true or not null.
    An implementation of the Wait interface that makes use of WebDriver.