public class TableView extends Control
| Constructor and Description |
|---|
TableView(Page parentValue,
org.openqa.selenium.By locatorValue) |
| Modifier and Type | Method and Description |
|---|---|
Control |
getItem(int index) |
int |
getItemsCount() |
Control |
getSubItem(String name,
int index) |
<T extends Control> |
getSubItem(String name,
int index,
Class<T> itemType) |
org.openqa.selenium.By |
getSubItemLocator(String name,
int index) |
boolean |
isEmpty() |
boolean |
isEmpty(long timeout) |
boolean |
isNotEmpty() |
boolean |
isNotEmpty(long timeout) |
addSubItems, click, click, disabled, disabled, disappears, disappears, element, element, enabled, enabled, exists, exists, getDriver, getFormat, getItemLocatorText, getLocator, getLocatorText, getParent, getRect, getScrollDirection, getScrollTo, getSubItemsMap, getText, getValue, invisible, invisible, isExcludeFromSearch, scrollTo, setExcludeFromSearch, setFormat, setItemLocatorText, setScrollDirection, setScrollTo, visible, visible, waitUntilpublic TableView(Page parentValue, org.openqa.selenium.By locatorValue)
public int getItemsCount()
public Control getItem(int index)
public boolean isNotEmpty(long timeout)
public boolean isNotEmpty()
public boolean isEmpty(long timeout)
public boolean isEmpty()
public org.openqa.selenium.By getSubItemLocator(String name, int index)
public <T extends Control> T getSubItem(String name, int index, Class<T> itemType) throws Exception
ExceptionCopyright © 2013-2018. All Rights Reserved.