| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.test.selenium |
Provides a WComponent UI testing API using the Selenium 2.0 WebDriver framework.
|
| com.github.bordertech.wcomponents.test.selenium.element |
Provides the WComponent specific WebElements for Selenium.
|
| Modifier and Type | Method and Description |
|---|---|
static SeleniumWComponentInputWebElement |
SeleniumWComponentsUtil.wrapInputElementWithTypedWebElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element)
Analyze the input element and attempt to wrap it in the appropriate component-specific subclass.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SeleniumWCheckBoxWebElement
Selenium WebElement class representing a WCheckBox.
|
class |
SeleniumWEmailFieldWebElement
Selenium WebElement class representing the functionality of WEmailField.
|
class |
SeleniumWPhoneNumberFieldWebElement
Selenium WebElement class representing the functionality of WPhoneNumberField.
|
class |
SeleniumWRadioButtonWebElement
Selenium WebElement class representing a single Radio button element.
|
class |
SeleniumWSelectWebElement
Selenium WebElement class representing a WSelect.
|
class |
SeleniumWTextAreaWebElement
Selenium WebElement class representing the functionality of WTextArea.
|
class |
SeleniumWTextFieldWebElement
Selenium WebElement class representing the functionality of WTextField.
|
Copyright © 2017. All rights reserved.