public abstract class WebDriverSubstepsBy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebDriverSubstepsBy.BaseBy |
static class |
WebDriverSubstepsBy.ByIdAndText |
static class |
WebDriverSubstepsBy.XPathBy |
| Constructor and Description |
|---|
WebDriverSubstepsBy() |
| Modifier and Type | Method and Description |
|---|---|
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByCurrentWebElement |
ByCurrentWebElement(org.openqa.selenium.WebElement elem) |
static WebDriverSubstepsBy.ByIdAndText |
ByIdAndCaseSensitiveText(String id,
String text) |
static WebDriverSubstepsBy.ByIdAndText |
ByIdAndText(String id,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByIdContainingText |
ByIdContainingText(String id,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes |
ByTagAndAttributes(String tagName,
Map<String,String> requiredAttributes) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes |
ByTagAndAttributes(String tagName,
String attributeString) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributesWithText |
ByTagAndAttributesWithText(String tagName,
String attributeString,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributesWithValue |
ByTagAndAttributesWithValue(String tagName,
String attributeString,
String value) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText |
ByTagAndWithText(String tag,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText |
ByTagContainingText(String tag,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText |
ByTagStartingWithText(String tag,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.BySomethingContainingText |
ByXpathContainingText(String xpath,
String text) |
static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes |
NthByTagAndAttributes(String tagName,
String attributeString,
int nth) |
public static WebDriverSubstepsBy.ByIdAndText ByIdAndText(String id, String text)
public static WebDriverSubstepsBy.ByIdAndText ByIdAndCaseSensitiveText(String id, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes ByTagAndAttributes(String tagName, Map<String,String> requiredAttributes)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes ByTagAndAttributes(String tagName, String attributeString)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributes NthByTagAndAttributes(String tagName, String attributeString, int nth)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByCurrentWebElement ByCurrentWebElement(org.openqa.selenium.WebElement elem)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText ByTagAndWithText(String tag, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText ByTagContainingText(String tag, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndWithText ByTagStartingWithText(String tag, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByIdContainingText ByIdContainingText(String id, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.BySomethingContainingText ByXpathContainingText(String xpath, String text)
public static com.technophobia.webdriver.util.WebDriverSubstepsBy.ByTagAndAttributesWithValue ByTagAndAttributesWithValue(String tagName, String attributeString, String value)
Copyright © 2016 Substeps. All rights reserved.