JTAF-ExtWebDriver icon indicating copy to clipboard operation
JTAF-ExtWebDriver copied to clipboard

Allow users to specify chrome.switches in client properties

Open kood1 opened this issue 10 years ago • 1 comments

ChromeDriver allows users to set the chrome.switches via DesiredCapabilities. Current, our client properties doesn't support configuring chrome.switches. We should allow users to specify list of chrome.switches via client properties file to apply to ChromeDriver instances.

https://sites.google.com/a/chromium.org/chromedriver/capabilities

kood1 avatar Jun 06 '14 19:06 kood1

We can apply this via creating custom SessionFactory. Refer to this Google group topic for creating a custom SessionFactory posted by @lathanagaraj :

https://groups.google.com/forum/#!topic/jtaf-extwebdriver/TKtOpmIPP-Q

kood1 avatar Jun 06 '14 19:06 kood1