malaskowski / aet-docker

Docker support for AET - easy to set up local/developer environment with example Docker Swarm configuration.
Apache License 2.0
8 stars 9 forks source link

Incorrect format of ChromeWebDriverFactory config #4

Closed jwadolowski closed 6 years ago

jwadolowski commented 6 years ago

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

malaskowski commented 6 years ago

@jwadolowski thank you for this fix. I will check it and release bugfix cookbook version this week.