public abstract class ByAngular
extends org.openqa.selenium.By
| Modifier and Type | Class and Description |
|---|---|
static class |
ByAngular.ByAction |
static class |
ByAngular.ByModel |
static class |
ByAngular.ByRepeat |
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.By |
implementation |
| Constructor and Description |
|---|
ByAngular() |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.By |
action(String action) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.SearchContext context) |
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context) |
protected org.openqa.selenium.By |
instantiate(Class<? extends org.openqa.selenium.By> type,
String lookup) |
static org.openqa.selenium.By |
model(String modelName) |
static org.openqa.selenium.By |
repeat(String repeaterText) |
String |
toString() |
protected org.openqa.selenium.By instantiate(Class<? extends org.openqa.selenium.By> type, String lookup)
public org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context)
findElement in class org.openqa.selenium.Bypublic List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context)
findElements in class org.openqa.selenium.Bypublic String toString()
toString in class org.openqa.selenium.Bypublic static org.openqa.selenium.By model(String modelName)
public static org.openqa.selenium.By action(String action)
public static org.openqa.selenium.By repeat(String repeaterText)
Copyright © 2014 JBoss by Red Hat. All rights reserved.