public final class Checkpoint extends Object
Constructor and Description |
---|
Checkpoint(BrowserMetricsContext context,
int position) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
condition(String key)
A condition that waits for the next occurrence of a beacon with the given transition key.
|
boolean |
exists(String key)
Check whether a beacon with given transition key exists after this checkpoint.
|
Beacon |
waitFor(String key)
Waits for the next occurrence of a beacon with the given transition key.
|
public Checkpoint(BrowserMetricsContext context, int position)
public Beacon waitFor(String key)
key
- Transition key to watch for.public boolean exists(String key)
key
- Transition key to watch for.public com.atlassian.pageobjects.elements.query.TimedCondition condition(String key)
key
- Transition key to watch for.Copyright © 2002-2022 Atlassian. All Rights Reserved.