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