com.atlassian.pageobjects.elements
Class WebDriverLocatable.LocateTimeout

java.lang.Object
  extended by com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout
Enclosing interface:
WebDriverLocatable

public static final class WebDriverLocatable.LocateTimeout
extends Object

Provides information about timeout and poll interval to use while performing locatable operations.

Since:
2.2

Nested Class Summary
static class WebDriverLocatable.LocateTimeout.Builder
           
 
Method Summary
static WebDriverLocatable.LocateTimeout.Builder builder()
           
 long pollInterval()
           
 long timeout()
           
static WebDriverLocatable.LocateTimeout zero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static WebDriverLocatable.LocateTimeout.Builder builder()

zero

public static WebDriverLocatable.LocateTimeout zero()

timeout

public long timeout()

pollInterval

public long pollInterval()


Copyright © 2014 Atlassian. All rights reserved.