public class ComponentUtils extends Object
| Constructor and Description |
|---|
ComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getWidgetByIdScript(String id) |
static String |
getWidgetConfiguration(org.openqa.selenium.WebElement element) |
static boolean |
hasAjaxBehavior(org.openqa.selenium.WebElement element,
String behavior) |
static boolean |
hasBehavior(org.openqa.selenium.WebElement element,
String behavior) |
static boolean |
isAjaxScript(String script) |
static boolean |
isWidget(org.openqa.selenium.WebElement element) |
public static boolean hasAjaxBehavior(org.openqa.selenium.WebElement element,
String behavior)
public static boolean hasBehavior(org.openqa.selenium.WebElement element,
String behavior)
public static boolean isWidget(org.openqa.selenium.WebElement element)
public static boolean isAjaxScript(String script)
public static String getWidgetConfiguration(org.openqa.selenium.WebElement element)
Copyright © 2020. All rights reserved.