public class ByAngularRepeaterRow extends ByAngular.BaseBy
Modifier and Type | Class and Description |
---|---|
static interface |
ByAngularRepeaterRow.FindBy |
static class |
ByAngularRepeaterRow.NgFindByBuilder |
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
rootSelector
Constructor and Description |
---|
ByAngularRepeaterRow(java.lang.String rootSelector,
java.lang.String repeater,
boolean exact,
int row) |
Modifier and Type | Method and Description |
---|---|
ByAngularRepeaterCell |
column(java.lang.String column) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext searchContext) |
protected java.lang.Object |
getObject(org.openqa.selenium.SearchContext context,
org.openqa.selenium.JavascriptExecutor javascriptExecutor) |
java.lang.String |
toString() |
errorIfNull, findElement
public ByAngularRepeaterRow(java.lang.String rootSelector, java.lang.String repeater, boolean exact, int row)
public ByAngularRepeaterCell column(java.lang.String column)
protected java.lang.Object getObject(org.openqa.selenium.SearchContext context, org.openqa.selenium.JavascriptExecutor javascriptExecutor)
getObject
in class ByAngular.BaseBy
public java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext searchContext)
findElements
in class ByAngular.BaseBy
public java.lang.String toString()
toString
in class org.openqa.selenium.By
Copyright © 2020. All Rights Reserved.