Class ByParentPartialId
- java.lang.Object
-
- org.openqa.selenium.By
-
- org.primefaces.extensions.arquillian.extension.findby.ByParentPartialId
-
public class ByParentPartialId extends org.openqa.selenium.By
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classByParentPartialId.ParentPartialIdLocationStrategy-
Nested classes/interfaces inherited from class org.openqa.selenium.By
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
-
-
Constructor Summary
Constructors Constructor Description ByParentPartialId(String partialId, boolean searchFromRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementfindElement(org.openqa.selenium.SearchContext context)List<org.openqa.selenium.WebElement>findElements(org.openqa.selenium.SearchContext searchContext)StringtoString()
-
-
-
Constructor Detail
-
ByParentPartialId
public ByParentPartialId(String partialId, boolean searchFromRoot)
-
-
Method Detail
-
findElements
public List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext searchContext)
- Specified by:
findElementsin classorg.openqa.selenium.By
-
findElement
public org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context)
- Overrides:
findElementin classorg.openqa.selenium.By
-
toString
public String toString()
- Overrides:
toStringin classorg.openqa.selenium.By
-
-