Package dev.galasa.selenium
package dev.galasa.selenium
Selenium Manager
- Description:
- This Manager enables the test to run Selenium WebDrivers in order to drive Web Browsers during the test. Browsers can have actions performed against them
to navigate WebPages and extract information about the current page.
As an absolute minimum, the CPS property
selenium.instance.PRIMARY.gecko.path
must be provided as the Manager will default to using a GECKO WebDriver if no WebDriver is provided.
The CPS property
selenium.instance.PRIMARY.web.driver
can be used to set a different WebDriver. This will also require the corresponding driver path to be set.
eg.selenium.instance.PRIMARY.web.driver=CHROME
requiresselenium.instance.PRIMARY.chrome.path=...
- Galasa Manager:
- Selenium
- Release State:
- BETA - This Manager is almost ready. It has been tested and the TPI is stable, but there may be minor changes to come.
-
ClassDescriptionSpecifies the supported browser types for Local and remote versionsA Options pass through interface for the Selenium Options objectA Options pass through interface for the Selenium Options objectA Options pass through interface for the Selenium Options objectA Options pass through interface for the Selenium Options objectDeprecated.TPI for the WebPageImpl object provisioned by the Selenium ManagerDeprecated.