com.atlassian.pageobjects.elements
Class WebDriverLocatable.LocateTimeout
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.