public class TableElement extends RunOnFailureKeywordsAdapter
| Modifier and Type | Field and Description |
|---|---|
protected BrowserManagement |
browserManagement
Instantiated BrowserManagement keyword bean
|
protected Logging |
logging
Instantiated Logging keyword bean
|
protected Robot |
robot |
| Constructor and Description |
|---|
TableElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableCell(String tableLocator,
int row,
int column,
String... params) |
void |
tableCellShouldContain(String tableLocator,
int row,
int column,
String text,
String... params) |
void |
tableColumnShouldContain(String tableLocator,
int col,
String text,
String... params) |
void |
tableFooterShouldContain(String tableLocator,
String text,
String... params) |
void |
tableHeaderShouldContain(String tableLocator,
String text,
String... params) |
void |
tableRowShouldContain(String tableLocator,
int row,
String text,
String... params) |
void |
tableShouldContain(String tableLocator,
String text,
String... params) |
runOnFailureByAspectJprotected BrowserManagement browserManagement
protected Logging logging
protected Robot robot
public void tableCellShouldContain(String tableLocator, int row, int column, String text, String... params)
public void tableColumnShouldContain(String tableLocator, int col, String text, String... params)
public void tableFooterShouldContain(String tableLocator, String text, String... params)
public void tableHeaderShouldContain(String tableLocator, String text, String... params)
public void tableRowShouldContain(String tableLocator, int row, String text, String... params)
Copyright © 2019. All rights reserved.