public class Locator extends Object
| Constructor and Description |
|---|
Locator(org.openqa.selenium.By by) |
Locator(org.openqa.selenium.By by,
String reference) |
Locator(String reference) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
getBy() |
String |
getReference() |
boolean |
isUnique() |
boolean |
isWorking() |
void |
setBy(org.openqa.selenium.By by) |
void |
setReference(String reference) |
void |
setUnique(Boolean unique) |
void |
setWorking(Boolean working) |
public Locator(String reference)
public Locator(org.openqa.selenium.By by)
public Locator(org.openqa.selenium.By by,
String reference)
public org.openqa.selenium.By getBy()
public void setBy(org.openqa.selenium.By by)
public boolean isWorking()
public void setWorking(Boolean working)
public boolean isUnique()
public void setUnique(Boolean unique)
public String getReference()
public void setReference(String reference)
Copyright © 2020. All rights reserved.