public class WebElementExtensions extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.remote.Response |
execute(org.openqa.selenium.WebElement element,
Object... parameters) |
static String |
getId(org.openqa.selenium.WebElement element) |
static ComboBox |
toComboBox(org.openqa.selenium.WebElement element) |
static DataGrid |
toDataGrid(org.openqa.selenium.WebElement element) |
static ListBox |
toListBox(org.openqa.selenium.WebElement element) |
static Menu |
toMenu(org.openqa.selenium.WebElement element) |
public static DataGrid toDataGrid(org.openqa.selenium.WebElement element)
public static ListBox toListBox(org.openqa.selenium.WebElement element)
public static ComboBox toComboBox(org.openqa.selenium.WebElement element)
public static Menu toMenu(org.openqa.selenium.WebElement element)
public static org.openqa.selenium.remote.Response execute(org.openqa.selenium.WebElement element,
Object... parameters)
public static String getId(org.openqa.selenium.WebElement element)
Copyright © 2015. All rights reserved.