Class WebElementFacadeWait


  • public class WebElementFacadeWait
    extends Object
    • Constructor Detail

      • WebElementFacadeWait

        public WebElementFacadeWait​(PageObject page)
      • WebElementFacadeWait

        public WebElementFacadeWait​(PageObject page,
                                    long timeoutInSeconds)
      • WebElementFacadeWait

        protected WebElementFacadeWait​(PageObject page,
                                       long timeoutInSeconds,
                                       long sleepInMillis)
    • Method Detail

      • until

        public WebElementFacade until​(org.openqa.selenium.support.ui.ExpectedCondition<? extends org.openqa.selenium.WebElement> isTrue)