Class TimeoutsFacade

java.lang.Object
net.thucydides.core.webdriver.TimeoutsFacade
All Implemented Interfaces:
org.openqa.selenium.WebDriver.Timeouts

public class TimeoutsFacade extends Object implements org.openqa.selenium.WebDriver.Timeouts
Created by john on 30/01/15.
  • Constructor Details

    • TimeoutsFacade

      public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
  • Method Details

    • implicitlyWait

      public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long timeoutValue, TimeUnit timeUnit)
      Specified by:
      implicitlyWait in interface org.openqa.selenium.WebDriver.Timeouts
    • setScriptTimeout

      public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long timeoutValue, TimeUnit timeUnit)
      Specified by:
      setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
    • pageLoadTimeout

      public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long timeoutValue, TimeUnit timeUnit)
      Specified by:
      pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts