See: Description
| Interface | Description |
|---|---|
| ApplicationUrlLoader |
A service for loading the urls associated with an application.
|
| AttributeChecker |
Utility methods for checking the state of a xml node
|
| AutoAliasUtils |
A service that supports the autoalias functionality
|
| BrowserDetection |
A service for detecting the type of browser being used.
|
| BrowserInteropUtils |
We need to test for certain conditions between the various browsers to account for compatibility
issues.
|
| ChronoConverterUtils |
A service for converting strings to chrono units
|
| CleanupUtils |
A service used to clean up old report files
|
| CrossPlatformUtils |
Methods for dealing with cross platform issues
|
| DesiredCapabilitiesLoader |
Provides a service for loading desired capability profiles from configuration file
|
| DesktopInteraction |
Module with methods for interacting with the desktop
|
| EnableDisableListUtils |
A service for determining if something is to be enabled or disabled based on
a list of options
|
| ExceptionWriter |
Services for saving exceptions to a log file on disk
|
| FeatureFileImporter |
An interface for a module that can import the contents of a file into another one based on a
comment marker.
|
| FeatureFileUtils |
Useful methods for dealing with feature files
|
| FeatureLoader |
A service that loads features from some location and puts them in a location on the disk for
Cucumber to find.
|
| FeatureReader |
Utils methods for scanning feature files
|
| FeatureState |
Represents the details required by a feature to run in a particular thread.
|
| FileSystemUtils |
Defines utility methods for working with local files and folders
|
| GetBy |
A service for creating WebDriver By objects
|
| JarDownloader |
When a JAR is run from WebStart, you don't get to know the local filename of the JAR.
|
| JavaScriptRunner |
Services for running JavaScript
|
| JUnitReportMerge |
A service that merges individual junit reports
|
| LocalProxyUtils<T> |
Our tests will often need to startup local proxy servers in order to perform tests.
|
| LoggingConfiguration |
A service for configuring the logging
|
| OSDetection |
Utilities to return useful information about the OS
|
| ProxyDetails<T> |
This represents the details of a proxy that our test steps can use
|
| ProxyManager |
A service that is used to create and configure the proxies reqyired to run a test
|
| ScreenCapture |
An interface for a screen recorder
|
| ScreenshotUtils |
A servcie for taking screenshots
|
| ServerPortUtils |
Services related to dealing with ports
|
| SimpleWebElementInteraction |
A service that returns elements based on fuzzy selections
|
| SleepUtils |
Services for pausing the current thread
|
| StringBuilderUtils |
Some handy utils for building up StringBuilders
|
| SystemPropertyUtils |
Defines a service for working with system properties
|
| TagAnalyser |
A module for converting tags strings (i.e.
|
| ThreadWebDriverMap |
This class maintains a mapping between a thread id and the Selenium desired capabilities that
will be used by the web driver created inside that thread.
|
| WebDriverFactory |
A service for creating web driver instances
|
| WebDriverHandler |
A service for automatically extracting and configuring web drivers
|
| Class | Description |
|---|---|
| CastUtils |
Utilities for casting objects
|
| ProxySettings |
Represents the settings of a proxy
|