Technical reference
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
createTestGridProjectAPI to create a project. -
Use the
createTestGridUrlAPI to create a signed WebDriver hub URL. -
Pass the WebDriver URL to your Selenium
RemoteWebDriverconfiguration. -
Run your tests.
-
Use the
listTestGridSessionsAPI to retrieve the sessions created in the running of your tests. -
Use the
listTestGridSessionArtifactsAPI to collect any artifacts such as Selenium logs or video.