Package com.paulhammant.ngwebdriver
Class ByAngularOptions
- java.lang.Object
-
- org.openqa.selenium.By
-
- com.paulhammant.ngwebdriver.ByAngular.BaseBy
-
- com.paulhammant.ngwebdriver.ByAngularOptions
-
public class ByAngularOptions extends ByAngular.BaseBy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceByAngularOptions.FindBystatic classByAngularOptions.NgFindByBuilder-
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, org.openqa.selenium.By.Remotable
-
-
Field Summary
-
Fields inherited from class com.paulhammant.ngwebdriver.ByAngular.BaseBy
rootSelector
-
-
Constructor Summary
Constructors Constructor Description ByAngularOptions(String rootSelector, String options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetObject(org.openqa.selenium.SearchContext context, org.openqa.selenium.JavascriptExecutor javascriptExecutor)StringtoString()-
Methods inherited from class com.paulhammant.ngwebdriver.ByAngular.BaseBy
errorIfNull, findElement, findElements, getJavascriptExecutor
-
-
-
-
Method Detail
-
getObject
protected Object getObject(org.openqa.selenium.SearchContext context, org.openqa.selenium.JavascriptExecutor javascriptExecutor)
- Specified by:
getObjectin classByAngular.BaseBy
-
toString
public String toString()
- Overrides:
toStringin classorg.openqa.selenium.By
-
-