public abstract static class SearchObject.HTML
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG_HTML
'html'
|
Constructor and Description |
---|
HTML() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getHTMLClassName(org.openqa.selenium.WebElement element) |
static java.lang.String |
getRecognition(org.openqa.selenium.WebElement element)
Create a generic HTML(5) recognition string we would use to find this element again.
|
static java.lang.String[] |
html_getClassName(org.openqa.selenium.WebElement element)
Return an array of classname, the order is important.
|
static boolean |
isSupported(org.openqa.selenium.WebElement element,
java.lang.String[] supportedClassNames) |
public static final java.lang.String TAG_HTML
public static boolean isSupported(org.openqa.selenium.WebElement element, java.lang.String[] supportedClassNames)
public static java.lang.String[] html_getClassName(org.openqa.selenium.WebElement element)
element
- SeleniumPlusException
public static java.lang.String getHTMLClassName(org.openqa.selenium.WebElement element)
public static java.lang.String getRecognition(org.openqa.selenium.WebElement element)
SearchObject.SEARCH_CRITERIA_XPATH
element
- Copyright © SAS Institute. All Rights Reserved.