Open
Description
It seems recent Chromium (0.75 and up) do not use chromeOptions
anymore for custom parameters, but goog:chromeOptions
. So passing things with TEST_CHROME_ARGS
does not seem to work anymore? BTW, options I am trying to pass are --no-sandbox --disable-dev-shm-usage
which seems to be useful in CI context. Not sure if they should not simply be set by default?