ChromeWebDriverFactory config format updated to ensure that array property will be parsed as an array, not as a string.
The change itself may look a bit strange, but it turned out this is the only way to make an array out of chromeOptions. I tested multiple formats and that was the only one that works.
ChromeWebDriverFactory config format updated to ensure that array property will be parsed as an array, not as a string.
The change itself may look a bit strange, but it turned out this is the only way to make an array out of
chromeOptions
. I tested multiple formats and that was the only one that works.Fixes #3