public class Locator extends Object
| Constructor and Description |
|---|
Locator(org.openqa.selenium.By by) |
Locator(String reference) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
getBy() |
String |
getReference() |
Boolean |
getUnique() |
Boolean |
getWorking() |
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 org.openqa.selenium.By getBy()
public void setBy(org.openqa.selenium.By by)
public Boolean getWorking()
public void setWorking(Boolean working)
public Boolean getUnique()
public void setUnique(Boolean unique)
public String getReference()
public void setReference(String reference)
Copyright © 2020. All rights reserved.