| 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.driver |
Provides the WComponent specific functionality for wrapping/creating Selenium WebDriver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByWComponentPath
This By implementation will only work if the servlet is running in the same JVM as the test.
|
| Modifier and Type | Method and Description |
|---|---|
SeleniumWComponentWebElement |
SeleniumWComponentsWebDriver.findElement(ByWComponent by)
Find a WComponent that was created in the same JVM as the servlet.
|
SeleniumWComponentWebElement |
SeleniumWComponentsWebDriver.findElement(ByWComponent by,
boolean pageWait)
Find a WComponent that was created in the same JVM as the servlet.
|
List<org.openqa.selenium.WebElement> |
SeleniumWComponentsWebDriver.findElements(ByWComponent by)
Find WComponents that were created in the same JVM as the servlet.
|
List<org.openqa.selenium.WebElement> |
SeleniumWComponentsWebDriver.findElements(ByWComponent by,
boolean pageWait)
Find WComponents that were created in the same JVM as the servlet.
|
Copyright © 2024. All rights reserved.