public interface ExtendedDataTable
Modifier and Type | Method and Description |
---|---|
void |
deselectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
Deselects a particular row.
|
void |
selectAllRowsWithKeyShortcut()
Selects all rows using CTRL + A.
|
void |
selectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
Selects a particular row.
|
void selectRow(int rowIndex, org.openqa.selenium.Keys... keys)
rowIndex
- the index of the row to be selectedkeys
- the keys to be pressed prior the selecting of the row,
and released afterwards. No more than 2 keys can be passed. Usually,
used ones are SHIFT and CONTROL.void deselectRow(int rowIndex, org.openqa.selenium.Keys... keys)
rowIndex
- the index of the row to be deselectedkeys
- the keys to be pressed prior the deselecting of the row,
and released afterwards. No more than 2 keys can be passed. Usually,
used ones are SHIFT and CONTROL.void selectAllRowsWithKeyShortcut()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.