sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

Local Grid: Implement method to specify servlets #163

Closed sbabcoc closed 3 years ago

sbabcoc commented 3 years ago

We should provide a mechanism to specify servlets for the Selenium Grid server to load. Currently, we specify a hardcoded list of servlets that provided the example page used for the project unit tests.

sbabcoc commented 3 years ago

By default, the example page and lifecycle servlets should be specified. Each of these will be omitted by a Boolean option. There will also be options to specify hub and node servlets.