Skip to content

Commit

Permalink
Update docs for 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickebbutt committed Dec 27, 2023
1 parent ce14cbe commit 4ed5053
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS)
<tr>
<td>driverType</td>
<td>yes</td>
<td>Defines the selenium driver type, e.g. CHROME, REMOTE_WEB_DRIVER, CUSTOM (if specifying a custom webDriverFactoryClass)</td>
<td>Defines the selenium driver type, e.g. CHROME, REMOTE_WEB_DRIVER, EDGE, CUSTOM (if specifying a custom webDriverFactoryClass)</td>
<td>REMOTE_WEB_DRIVER</td>
<td>One of: CUSTOM, CHROME, REMOTE_WEB_DRIVER</td>
<td>One of: CUSTOM, CHROME, EDGE, REMOTE_WEB_DRIVER</td>
</tr>
<tr>
<td>webDriverFactoryClass</td>
Expand All @@ -200,6 +200,13 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS)
<td></td>
<td></td>
</tr>
<tr>
<td>edgeDriver.arguments</td>
<td>no</td>
<td>Arguments to pass to the edget browser if using EDGE driver type</td>
<td></td>
<td></td>
</tr>
<tr>
<td>remoteWebDriver.browserType</td>
<td>no</td>
Expand All @@ -221,5 +228,12 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS)
<td>SCENARIO</td>
<td>One of: SCENARIO, FEATURE</td>
</tr>
<tr>
<td>driverLogLevel</td>
<td>no</td>
<td>Desired log level for the selenium web driver, an attempt will be made to configure this level if the driver supports it</td>
<td>OFF</td>
<td>One of: ALL, INFO, DEBUG, WARNING, SEVERE, OFF</td>
</tr>

</table>

0 comments on commit 4ed5053

Please # to comment.