public class PageMarkerHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
VANI_PAGE_MARKER_NAME |
| Constructor and Description |
|---|
PageMarkerHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected String |
getPageMarkerName() |
protected void |
setDefaultName(String defaultName) |
void |
setName(String name) |
void |
setTimeoutInMillis(long timeoutInMillis) |
void |
setVaniMarker(org.openqa.selenium.WebDriver webDriver) |
void |
setVaniUtils(VaniUtils vaniUtils) |
void |
setWaitUtil(WaitUtil waitUtil) |
void |
waitUntilMarkerIsPresent(String markerName,
long timeoutInMillis,
org.openqa.selenium.WebDriver webDriver) |
void |
waitUntilMarkerIsPresent(org.openqa.selenium.WebDriver webDriver) |
protected static final String VANI_PAGE_MARKER_NAME
public String getName()
public void setName(String name)
public void setTimeoutInMillis(long timeoutInMillis)
public void setVaniMarker(org.openqa.selenium.WebDriver webDriver)
public void waitUntilMarkerIsPresent(org.openqa.selenium.WebDriver webDriver)
public void waitUntilMarkerIsPresent(String markerName, long timeoutInMillis, org.openqa.selenium.WebDriver webDriver)
protected String getPageMarkerName()
public void setVaniUtils(VaniUtils vaniUtils)
public void setWaitUtil(WaitUtil waitUtil)
protected void setDefaultName(String defaultName)
Copyright © 2016. All rights reserved.