All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
arg(String arg) |
void |
disableRetry() |
void |
embedContent(Embed embed) |
void |
embedPngImage(byte[] bytes) |
void |
enableRetry(Integer count,
Integer interval) |
List<Element> |
findAll(Driver driver,
String locator) |
String |
focusJs(String locator) |
ScenarioContext |
getContext() |
Http |
getHttp() |
String |
getPreSubmitHash() |
int |
getRetryCount() |
int |
getRetryInterval() |
int |
getTimeout() |
Map<String,Object> |
getWebDriverSessionPayload() |
String |
highlight(String locator,
int millis) |
String |
highlightAll(String locator,
int millis) |
boolean |
isRetryEnabled() |
static String |
karateLocator(String karateRef) |
Map<String,Object> |
newMapWithSelectedKeys(Map<String,Object> map,
String... keys) |
Element |
optional(Driver driver,
String locator) |
String |
optionSelector(String id,
int index) |
String |
optionSelector(String locator,
String text) |
static String |
preProcessWildCard(String locator) |
<T> T |
retry(java.util.function.Supplier<T> action,
java.util.function.Predicate<T> condition,
String logDescription,
boolean failWithException) |
String |
scriptAllSelector(String locator,
String expression) |
String |
scriptAllSelector(String locator,
String expression,
String contextNode) |
String |
scriptSelector(String locator,
String expression) |
String |
scriptSelector(String locator,
String expression,
String contextNode) |
static String |
selector(String locator) |
static String |
selector(String locator,
String contextNode) |
void |
setContext(ScenarioContext context) |
void |
setPreSubmitHash(String preSubmitHash) |
void |
setRetryInterval(Integer retryInterval) |
void |
setTimeout(Integer timeout) |
void |
sleep() |
void |
sleep(int millis) |
static Driver |
start(ScenarioContext context,
Map<String,Object> options,
LogAppender appender) |
Command |
startProcess() |
Element |
waitForAny(Driver driver,
String... locators) |
String |
waitForUrl(Driver driver,
String expected) |
Element |
waitUntil(Driver driver,
String locator,
String expression) |
static String |
wrapInFunctionInvoke(String text) |