|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.openqa.selenium.By
net.thucydides.core.annotations.findby.By
public abstract class By
| Nested Class Summary | |
|---|---|
static class |
By.ByjQuerySelector
|
static class |
By.ByScLocator
|
| 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 | |
|---|---|
By()
|
|
| Method Summary | |
|---|---|
static By |
jquery(String jQuerySelector)
|
static By |
sclocator(String scLocator)
|
| Methods inherited from class org.openqa.selenium.By |
|---|
className, cssSelector, equals, findElement, findElements, hashCode, id, linkText, name, partialLinkText, tagName, toString, xpath |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public By()
| Method Detail |
|---|
public static By sclocator(String scLocator)
scLocator - The scLocator to use
public static By jquery(String jQuerySelector)
jQuerySelector - The jquery to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||