| Modifier and Type | Method and Description |
|---|---|
Locomotive |
Locomotive.check(org.openqa.selenium.By by) |
Locomotive |
Locomotive.check(String css) |
Locomotive |
Locomotive.click(org.openqa.selenium.By by) |
Locomotive |
Locomotive.click(String css) |
Locomotive |
Locomotive.closeWindow() |
Locomotive |
Locomotive.closeWindow(String regex) |
Locomotive |
Locomotive.goBack() |
Locomotive |
Locomotive.hoverOver(org.openqa.selenium.By by) |
Locomotive |
Locomotive.hoverOver(String css) |
Locomotive |
Locomotive.log(Object object) |
Locomotive |
Locomotive.logDebug(Object object) |
Locomotive |
Locomotive.logError(Object object) |
Locomotive |
Locomotive.logFatal(Object object) |
Locomotive |
Locomotive.logInfo(Object object) |
Locomotive |
Locomotive.logWarn(Object object) |
Locomotive |
Locomotive.navigateTo(String url) |
Locomotive |
Locomotive.refresh() |
Locomotive |
Locomotive.selectOptionByText(org.openqa.selenium.By by,
String text) |
Locomotive |
Locomotive.selectOptionByText(String css,
String text) |
Locomotive |
Locomotive.selectOptionByValue(org.openqa.selenium.By by,
String value) |
Locomotive |
Locomotive.selectOptionByValue(String css,
String value) |
Locomotive |
Locomotive.setAndValidateText(org.openqa.selenium.By by,
String text)
Deprecated.
|
Locomotive |
Locomotive.setAndValidateText(String css,
String text)
Deprecated.
|
Locomotive |
Locomotive.setText(org.openqa.selenium.By by,
String text) |
Locomotive |
Locomotive.setText(String css,
String text) |
Locomotive |
Locomotive.store(String key,
String value) |
Locomotive |
Locomotive.switchToDefaultContent() |
Locomotive |
Locomotive.switchToFrame(int index) |
Locomotive |
Locomotive.switchToFrame(String idOrName) |
Locomotive |
Locomotive.switchToFrame(org.openqa.selenium.WebElement webElement) |
Locomotive |
Locomotive.switchToWindow(String regex) |
Locomotive |
Locomotive.uncheck(org.openqa.selenium.By by) |
Locomotive |
Locomotive.uncheck(String css) |
Locomotive |
Locomotive.validateAttribute(org.openqa.selenium.By by,
String attr,
String regex) |
Locomotive |
Locomotive.validateAttribute(String css,
String attr,
String regex) |
Locomotive |
Locomotive.validateChecked(org.openqa.selenium.By by) |
Locomotive |
Locomotive.validateChecked(String css) |
Locomotive |
Locomotive.validateFalse(boolean condition) |
Locomotive |
Locomotive.validateNotPresent(org.openqa.selenium.By by) |
Locomotive |
Locomotive.validateNotPresent(String css) |
Locomotive |
Locomotive.validatePresent(org.openqa.selenium.By by) |
Locomotive |
Locomotive.validatePresent(String css) |
Locomotive |
Locomotive.validateText(org.openqa.selenium.By by,
String text) |
Locomotive |
Locomotive.validateText(String css,
String text) |
Locomotive |
Locomotive.validateTextNot(org.openqa.selenium.By by,
String text) |
Locomotive |
Locomotive.validateTextNot(String css,
String text) |
Locomotive |
Locomotive.validateTextNotPresent(String text) |
Locomotive |
Locomotive.validateTextPresent(String text) |
Locomotive |
Locomotive.validateTrue(boolean condition) |
Locomotive |
Locomotive.validateUnchecked(org.openqa.selenium.By by) |
Locomotive |
Locomotive.validateUnchecked(String css) |
Locomotive |
Locomotive.validateUrl(String regex) |
Locomotive |
Locomotive.waitForCondition(org.openqa.selenium.support.ui.ExpectedCondition<?> condition)
Wait for a specific condition (polling every 1s, for MAX_TIMOUT seconds)
|
Locomotive |
Locomotive.waitForCondition(org.openqa.selenium.support.ui.ExpectedCondition<?> condition,
long timeOutInSeconds)
Wait for a specific condition (polling every 1s)
|
Locomotive |
Locomotive.waitForCondition(org.openqa.selenium.support.ui.ExpectedCondition<?> condition,
long timeOutInSeconds,
long sleepInMillis) |
Locomotive |
Locomotive.waitForWindow(String regex) |
Copyright © 2016. All rights reserved.