Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
Apache License 2.0
47
stars
14
forks
source link
Add possibilities to enable logging by using settings.json file #223
Instead of implementing custom browser factory, the simpliest way is to implement CustomBrowserProfile overriding DriverSettings property, and register it in the DI container (CustomStartup).
ChromeDriver is able to consume the logging preferences as below:
Is it possible to use such kind of settings via settings.json? I have tried to add into options (and into capabilities too) following:
But it seems this way it is not possible. As result, currently I see the only one way to set these preferences - to implement custom browser factory.