Skip to content

Commit

Permalink
Update docs for 3.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickebbutt committed Jun 11, 2019
1 parent 8279f81 commit ce14cbe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,16 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS)
<tr>
<td>driverType</td>
<td>yes</td>
<td>Defines the selenium driver type, e.g. CHROME or REMOTE_WEB_DRIVER</td>
<td>Defines the selenium driver type, e.g. CHROME, REMOTE_WEB_DRIVER, CUSTOM (if specifying a custom webDriverFactoryClass)</td>
<td>REMOTE_WEB_DRIVER</td>
<td>One of: CHROME, REMOTE_WEB_DRIVER</td>
<td>One of: CUSTOM, CHROME, REMOTE_WEB_DRIVER</td>
</tr>
<tr>
<td>webDriverFactoryClass</td>
<td>no</td>
<td>Set the implementation class for WebDriverFactory. Supply a fully qualified class name. Class must have a nullary constructor and implement WebDriverFactory</td>
<td>org.chorusbdd.chorus.selenium.manager.DefaultWebDriverFactory</td>
<td></td>
</tr>
<tr>
<td>chromeDriver.arguments</td>
Expand Down
11 changes: 9 additions & 2 deletions pages/Resources/Changelist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### Version 3.1.3 ###
*Support setting a custom WebDriverFactory in SeleniumHandler config*

| Changes in 3.1.3 |
| ------ |
| The Selenium Handler config now supports setting a CUSTOM driver type and configuring a webDriverFactoryClass property. This factory class will be instantiated and used to create a WebDriver for Selenium testing |
### Version 3.1.2 ###
*Support secure JMX connection for Chorus Remoting Handler*
Expand Down Expand Up @@ -354,5 +362,4 @@

| Changes in 0.3.6 |
| ------ |
| Set up Chorus for publication to Maven central |

| Set up Chorus for publication to Maven central |

0 comments on commit ce14cbe

Please # to comment.