From 4ed505395a26b18e2af0a5382ff8eebe90cee153 Mon Sep 17 00:00:00 2001 From: Nick Ebbutt Date: Wed, 27 Dec 2023 16:40:57 +0000 Subject: [PATCH] Update docs for 4.0.1 --- .../Selenium/SeleniumHandlerDetails.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md b/pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md index b68e1f9c..6a3ea1e0 100644 --- a/pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md +++ b/pages/BuiltInHandlers/Selenium/SeleniumHandlerDetails.md @@ -182,9 +182,9 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS) driverType yes - Defines the selenium driver type, e.g. CHROME, REMOTE_WEB_DRIVER, CUSTOM (if specifying a custom webDriverFactoryClass) + Defines the selenium driver type, e.g. CHROME, REMOTE_WEB_DRIVER, EDGE, CUSTOM (if specifying a custom webDriverFactoryClass) REMOTE_WEB_DRIVER - One of: CUSTOM, CHROME, REMOTE_WEB_DRIVER + One of: CUSTOM, CHROME, EDGE, REMOTE_WEB_DRIVER webDriverFactoryClass @@ -200,6 +200,13 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS) + + edgeDriver.arguments + no + Arguments to pass to the edget browser if using EDGE driver type + + + remoteWebDriver.browserType no @@ -221,5 +228,12 @@ See [Chorus JS](/pages/DistributedTesting/ChorusJS) SCENARIO One of: SCENARIO, FEATURE + + driverLogLevel + no + Desired log level for the selenium web driver, an attempt will be made to configure this level if the driver supports it + OFF + One of: ALL, INFO, DEBUG, WARNING, SEVERE, OFF +