See: Description
| Interface | Description |
|---|---|
| EventListener |
This class is invoked by
EventFiringCommandExecutor when ever selenium command gets executed. |
| Class | Description |
|---|---|
| EventFiringCommandExecutor |
This class is a decorator for any
CommandExecutor and calls the instance of EventListener before and
after each command gets executed |
| Grid |
Utility class making it easy to write tests based on Selenium WebDriver in a multi-thread context.
|
| RemoteNodeInformation |
A simple POJO class that represents the hostname/ip and port number of a remote node against which a Webdriver based
test is executing.
|
| SeLionAppiumAndroidDriver |
SeLionAppiumAndroidDriver provides facility to add custom CommandExecutor to
AndroidDriver. |
| SeLionAppiumIOSDriver |
SeLionAppiumIOSDriver provides facility to add custom CommandExecutor to IOSDriver. |
| SelionRemoteIOSDriver |
SelionRemoteIOSDriver provides facility to add custom CommandExecutor to RemoteIOSDriver
. |
| SeLionSelendroidDriver |
SeLionSelendroidDriver provides facility to add custom CommandExecutor to
SelendroidDriver. |
| WebDriverSessionHandler |
By default the WebDriver Session will get timed out based on the value of timeout configuration for the hub.
|
Copyright © 2016 PayPal Open Source. All rights reserved.