public class Locator extends Object
| Constructor and Description |
|---|
Locator(LocatorType locatorType,
String locatorValue) |
| Modifier and Type | Method and Description |
|---|---|
LocatorType |
getLocatorType() |
String |
getLocatorValue() |
int |
getPosition() |
org.openqa.selenium.By |
getSeleniumLocator() |
void |
setLocatorType(LocatorType locatorType) |
void |
setLocatorValue(String locatorValue) |
void |
setPosition(int position) |
public Locator(LocatorType locatorType, String locatorValue)
public LocatorType getLocatorType()
public void setLocatorType(LocatorType locatorType)
public String getLocatorValue()
public void setLocatorValue(String locatorValue)
public int getPosition()
public void setPosition(int position)
public org.openqa.selenium.By getSeleniumLocator()
Copyright © 2018. All rights reserved.