| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.test.selenium.driver |
Provides the WComponent specific functionality for wrapping/creating Selenium WebDriver.
|
| com.github.bordertech.wcomponents.test.selenium.element |
Provides the WComponent specific WebElements for Selenium.
|
| Modifier and Type | Method and Description |
|---|---|
SeleniumWComponentWebElement |
SeleniumWComponentsWebDriver.findElement(org.openqa.selenium.By by)
.
|
SeleniumWComponentWebElement |
SeleniumWComponentsWebDriver.findElement(ByWComponent by)
Find a WComponent that was created in the same JVM as the servlet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SeleniumWDialogWebElement
Selenium WebElement class representing the functionality of WDialog.
|
class |
SeleniumWEmailFieldWebElement
Selenium WebElement class representing the functionality of WEmailField.
|
class |
SeleniumWPhoneNumberFieldWebElement
Selenium WebElement class representing the functionality of WPhoneNumberField.
|
class |
SeleniumWSelectWebElement
Selenium WebElement class representing a WSelect.
|
class |
SeleniumWTableWebElement
Selenium WebElement class representing a WTable.
|
class |
SeleniumWTextAreaWebElement
Selenium WebElement class representing the functionality of WTextArea.
|
class |
SeleniumWTextFieldWebElement
Selenium WebElement class representing the functionality of WTextField.
|
| Modifier and Type | Method and Description |
|---|---|
SeleniumWComponentWebElement |
SeleniumWComponentWebElement.findElement(org.openqa.selenium.By by) |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getCellContent(int rowIndex,
int columnIndex)
Get the content of the cell.
|
SeleniumWComponentWebElement |
SeleniumWDialogWebElement.getCloseButton()
Get the close button.
|
SeleniumWComponentWebElement |
SeleniumWDialogWebElement.getContent()
Get the content container for the dialog.
|
SeleniumWComponentWebElement |
SeleniumWSelectWebElement.getFirstOption() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getFirstPageButton() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getHeaderForColumn(int columnIndex)
Get the TH element for the given column index.
|
SeleniumWComponentWebElement |
SeleniumWDialogWebElement.getHeading()
Get the dialog's heading element.
|
SeleniumWComponentWebElement |
SeleniumWTextFieldWebElement.getInputField() |
SeleniumWComponentWebElement |
SeleniumWSelectWebElement.getLastOption() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getLastPageButton() |
SeleniumWComponentWebElement |
SeleniumWDialogWebElement.getMaximizeRestoreButton()
Get the maximize/restore button.
|
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getNextPageButton() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getPreviousPageButton() |
SeleniumWComponentWebElement |
SeleniumWSelectWebElement.getSelectedOption() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getTable() |
SeleniumWComponentWebElement |
SeleniumWTableWebElement.getTableHeader() |
Copyright © 2016. All rights reserved.