Class VerisoftDriver.VerisoftDriverOptions.VerisoftTimeouts

  • All Implemented Interfaces:
    org.openqa.selenium.WebDriver.Timeouts
    Enclosing class:
    VerisoftDriver.VerisoftDriverOptions

    protected class VerisoftDriver.VerisoftDriverOptions.VerisoftTimeouts
    extends Object
    implements org.openqa.selenium.WebDriver.Timeouts
    • Constructor Detail

      • VerisoftTimeouts

        protected VerisoftTimeouts()
    • Method Detail

      • implicitlyWait

        @Deprecated
        public org.openqa.selenium.WebDriver.Timeouts implicitlyWait​(long time,
                                                                     TimeUnit unit)
        Deprecated.
        Specified by:
        implicitlyWait in interface org.openqa.selenium.WebDriver.Timeouts
      • implicitlyWait

        public org.openqa.selenium.WebDriver.Timeouts implicitlyWait​(Duration duration)
        Specified by:
        implicitlyWait in interface org.openqa.selenium.WebDriver.Timeouts
      • getImplicitWaitTimeout

        public Duration getImplicitWaitTimeout()
        Specified by:
        getImplicitWaitTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • setScriptTimeout

        @Deprecated
        public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout​(long time,
                                                                       TimeUnit unit)
        Deprecated.
        Specified by:
        setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • setScriptTimeout

        public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout​(Duration duration)
        Specified by:
        setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • scriptTimeout

        public org.openqa.selenium.WebDriver.Timeouts scriptTimeout​(Duration duration)
        Specified by:
        scriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • getScriptTimeout

        public Duration getScriptTimeout()
        Specified by:
        getScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • pageLoadTimeout

        @Deprecated
        public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout​(long time,
                                                                      TimeUnit unit)
        Deprecated.
        Specified by:
        pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • pageLoadTimeout

        public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout​(Duration duration)
        Specified by:
        pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts
      • getPageLoadTimeout

        public Duration getPageLoadTimeout()
        Specified by:
        getPageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts