In the W3C WebDriver model, the feature operates as an intermediary node. It provides a means to start, end, and manage sessions.
Here is the functional flow for using the feature:
-
Use the
createTestGridProject
API to create a project. -
Use the
createTestGridUrl
API to create a signed WebDriver hub URL. -
Pass the WebDriver URL to your Selenium
RemoteWebDriver
configuration. -
Run your tests.
-
Use the
listTestGridSessions
API to retrieve the sessions created in the running of your tests. -
Use the
listTestGridSessionArtifacts
API to collect any artifacts such as Selenium logs or video.