public class WebElementIdentifier extends Object
| Constructor and Description |
|---|
WebElementIdentifier(TestCase testCase,
org.openqa.selenium.WebDriver driver,
DomElement domElement,
boolean performLogging) |
| Modifier and Type | Method and Description |
|---|---|
String |
createXPathFromBy() |
static String |
createXPathFromBy(By by) |
org.openqa.selenium.WebElement |
getWebElement() |
static org.openqa.selenium.WebElement |
getWebElement(TestCase testCase,
org.openqa.selenium.WebDriver driver,
DomElement domElement,
boolean performLogging) |
String |
getWebElementXPath(org.openqa.selenium.WebElement element) |
public WebElementIdentifier(TestCase testCase, org.openqa.selenium.WebDriver driver, DomElement domElement, boolean performLogging)
public static org.openqa.selenium.WebElement getWebElement(TestCase testCase, org.openqa.selenium.WebDriver driver, DomElement domElement, boolean performLogging)
public org.openqa.selenium.WebElement getWebElement()
public String createXPathFromBy()
public String getWebElementXPath(org.openqa.selenium.WebElement element)
Copyright © 2019. All rights reserved.