See: Description
| Class | Description |
|---|---|
| ByLabel |
An implementation of By which can find HTML elements by the element's label.
|
| ByWComponent |
This By implementation will only work if the servlet is running in the same JVM as the test.
|
| ByWComponentPath |
This By implementation will only work if the servlet is running in the same JVM as the test.
|
| DynamicLauncher |
This class extends SeleniumLauncher to allow the launched UI to be determined (and reconfigured) at runtime via the
setComponentToLaunch method.
|
| MultiBrowserRunner |
MultiBrowserRunner is a jUnit Suite which will run a single
WComponentSeleniumTestCase using multiple
browsers. |
| SeleniumLauncher |
This class extends PlainLauncher to manage sessions and UIContext for Selenium.
|
| SeleniumWComponentsUtil |
Utility class containing convenience methods for testing WComponents with Selenium.
|
| WComponentSeleniumTestCase |
An abstract class which provides convenience methods to test the UI using Selenium to drive a web browser.
|
Copyright © 2018. All rights reserved.