public abstract class TableElement extends SelectElement
runningOnFailureRoutine, runOnFailureKeyword, runOnFailurePythonInterpreterloggingPythonInterpreter, VALID_LOG_LEVELScancelOnNextConfirmationimplicitWait, remoteWebDriverProxyDomain, remoteWebDriverProxyHost, remoteWebDriverProxyPassword, remoteWebDriverProxyPort, remoteWebDriverProxyUser, remoteWebDriverProxyWorkstation, timeout, webDriverCache| Constructor and Description |
|---|
TableElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableCell(String tableLocator,
int row,
int column) |
String |
getTableCell(String tableLocator,
int row,
int column,
String loglevel) |
void |
tableCellShouldContain(String tableLocator,
int row,
int column,
String expected) |
void |
tableCellShouldContain(String tableLocator,
int row,
int column,
String expected,
String loglevel) |
void |
tableColumnShouldContain(String tableLocator,
int col,
String expected) |
void |
tableColumnShouldContain(String tableLocator,
int col,
String expected,
String loglevel) |
void |
tableFooterShouldContain(String tableLocator,
String expected) |
void |
tableFooterShouldContain(String tableLocator,
String expected,
String loglevel) |
void |
tableHeaderShouldContain(String tableLocator,
String expected) |
void |
tableHeaderShouldContain(String tableLocator,
String expected,
String loglevel) |
void |
tableRowShouldContain(String tableLocator,
int row,
String expected) |
void |
tableRowShouldContain(String tableLocator,
int row,
String expected,
String loglevel) |
void |
tableShouldContain(String tableLocator,
String expected) |
void |
tableShouldContain(String tableLocator,
String expected,
String loglevel) |
getListItems, getSelectedListLabel, getSelectedListLabels, getSelectedListValue, getSelectedListValues, listSelectionShouldBe, listShouldHaveNoSelections, pageShouldContainList, pageShouldContainList, pageShouldContainList, pageShouldNotContainList, pageShouldNotContainList, pageShouldNotContainList, selectAllFromList, selectFromList, selectFromListByIndex, selectFromListByLabel, selectFromListByValue, unselectFromList, unselectFromListByIndex, unselectFromListByLabel, unselectFromListByValuecapturePageScreenshot, capturePageScreenshotregisterKeywordToRunOnFailure, runOnFailuredebug, getLogDir, html, info, log, log0, logList, logList, trace, warnalertShouldBePresent, alertShouldBePresent, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, closeAlert, closeAlert, confirmAction, executeAsyncJavascript, executeJavascript, getAlertMessage, getJavascriptToExecute, readFilecheckboxShouldBeSelected, checkboxShouldNotBeSelected, chooseFile, clickButton, getCheckbox, getRadioButtons, getRadioButtonWithValue, getValueFromRadioButtons, inputPassword, inputText, inputTextIntoTextField, isFormElement, pageShouldContainButton, pageShouldContainButton, pageShouldContainButton, pageShouldContainCheckbox, pageShouldContainCheckbox, pageShouldContainCheckbox, pageShouldContainRadioButton, pageShouldContainRadioButton, pageShouldContainRadioButton, pageShouldContainTextfield, pageShouldContainTextfield, pageShouldContainTextfield, pageShouldNotContainButton, pageShouldNotContainButton, pageShouldNotContainButton, pageShouldNotContainCheckbox, pageShouldNotContainCheckbox, pageShouldNotContainCheckbox, pageShouldNotContainRadioButton, pageShouldNotContainRadioButton, pageShouldNotContainRadioButton, pageShouldNotContainTextfield, pageShouldNotContainTextfield, pageShouldNotContainTextfield, radioButtonShouldBeSetTo, radioButtonShouldNotBeSelected, selectCheckbox, selectRadioButton, submitForm, submitForm, textfieldShouldContain, textfieldShouldContain, textfieldValueShouldBe, textfieldValueShouldBe, unselectCheckboxassignIdToElement, clickElement, clickImage, clickLink, currentFrameContains, currentFrameContains, currentFrameShouldNotContain, currentFrameShouldNotContain, doubleClickElement, dragAndDrop, dragAndDropByOffset, elementFind, elementFind, elementShouldBeDisabled, elementShouldBeEnabled, elementShouldBeVisible, elementShouldBeVisible, elementShouldContain, elementShouldContain, elementShouldNotBeVisible, elementShouldNotBeVisible, elementTextShouldBe, elementTextShouldBe, escapeXpathValue, fetchText, fetchValue, fetchValue, focus, frameContains, frameShouldContain, frameShouldContain, getAllLinks, getElementAttribute, getHorizontalPosition, getMatchingXpathCount, getText, getValue, getValue, getVerticalPosition, helperPageShouldContainElement, helperPageShouldNotContainElement, isElementPresent, isElementPresent, isEnabled, isTextPresent, isVisible, mapAsciiKeyCodeToKey, mouseDown, mouseDownOnImage, mouseDownOnLink, mouseOut, mouseOver, mouseUp, openContextMenu, pageContains, pageShouldContain, pageShouldContain, pageShouldContainElement, pageShouldContainElement, pageShouldContainElement, pageShouldContainElement, pageShouldContainImage, pageShouldContainImage, pageShouldContainImage, pageShouldContainLink, pageShouldContainLink, pageShouldContainLink, pageShouldNotContain, pageShouldNotContain, pageShouldNotContainElement, pageShouldNotContainElement, pageShouldNotContainElement, pageShouldNotContainElement, pageShouldNotContainImage, pageShouldNotContainImage, pageShouldNotContainImage, pageShouldNotContainLink, pageShouldNotContainLink, pageShouldNotContainLink, parseAttributeLocator, pressKey, simulate, xpathShouldMatchXTimes, xpathShouldMatchXTimes, xpathShouldMatchXTimesaddCookie, deleteAllCookies, deleteCookie, getCookies, getCookieValuecloseAllBrowsers, closeBrowser, closeWindow, createDesiredCapabilities, createLocalWebDriver, createRemoteWebDriver, createWebDriver, getLocation, getPasswordFromURL, getSeleniumImplicitWait, getSeleniumSpeed, getSeleniumTimeout, getSource, getTitle, getUserFromURL, getWindowIdentifiers, getWindowNames, getWindowTitles, goBack, goTo, locationShouldBe, locationShouldContain, logLocation, logSource, logSource, logTitle, maximizeBrowserWindow, openBrowser, openBrowser, openBrowser, openBrowser, openBrowser, openBrowser, reloadPage, selectFrame, selectWindow, selectWindow, setBrowserImplicitWait, setRemoteWebDriverProxy, setRemoteWebDriverProxy, setRemoteWebDriverProxy, setRemoteWebDriverProxy, setSeleniumImplicitWait, setSeleniumSpeed, setSeleniumTimeout, switchBrowser, titleShouldBe, unselectFramepublic void tableCellShouldContain(String tableLocator, int row, int column, String expected)
public void tableCellShouldContain(String tableLocator, int row, int column, String expected, String loglevel)
public void tableColumnShouldContain(String tableLocator, int col, String expected)
public void tableColumnShouldContain(String tableLocator, int col, String expected, String loglevel)
public void tableFooterShouldContain(String tableLocator, String expected, String loglevel)
public void tableHeaderShouldContain(String tableLocator, String expected, String loglevel)
public void tableRowShouldContain(String tableLocator, int row, String expected)
public void tableRowShouldContain(String tableLocator, int row, String expected, String loglevel)
Copyright © 2013. All Rights Reserved.