Closed
Description
The mechanism for setting the user agent in the Selenium conf is not working properly. It currently expects it to be in a string but in practice it is:
- within a list
- that list is within a map
selenium.capabilities:
browserName: "chrome"
goog:chromeOptions:
args:
- "--disable-dev-shm-usage"
- "--no-sandbox"
- "--user-agent=$useragent"
It is never a simple value at the top level