public class WDLocator extends Locator
Modifier and Type | Class and Description |
---|---|
static class |
WDLocator.WDType |
Locator.Type
Modifier and Type | Field and Description |
---|---|
WDLocator.WDType |
wdtype |
Constructor and Description |
---|
WDLocator(Locator.Type type,
java.lang.String value) |
WDLocator(Locator l) |
WDLocator(java.lang.String type,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
find(com.sebuilder.interpreter.TestRun ctx) |
boolean |
findElementNotPresent(com.sebuilder.interpreter.TestRun ctx) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(com.sebuilder.interpreter.TestRun ctx) |
static java.lang.String |
getFrameInfo() |
static void |
setFrameInfo(java.lang.String _frameInfo) |
org.json.JSONObject |
toJSON() |
public WDLocator.WDType wdtype
public WDLocator(Locator l)
l
- public WDLocator(Locator.Type type, java.lang.String value)
type
- value
- public WDLocator(java.lang.String type, java.lang.String value)
type
- value
- public static void setFrameInfo(java.lang.String _frameInfo)
public static java.lang.String getFrameInfo()
public org.json.JSONObject toJSON() throws org.json.JSONException
public org.openqa.selenium.WebElement find(com.sebuilder.interpreter.TestRun ctx)
public boolean findElementNotPresent(com.sebuilder.interpreter.TestRun ctx)
ctx
- public java.util.List<org.openqa.selenium.WebElement> findElements(com.sebuilder.interpreter.TestRun ctx)
findElements
in class Locator
Copyright © SAS Institute. All Rights Reserved.