Add support to Chrome Driver in the official docker image
wundo opened this issue · 1 comments
wundo commented
freelock commented
Trying to switch our testing containers over to use headless chrome with Wraith, and I'm hitting an issue trying to get chromedriver working correctly... I think it stems from our container running as root. It looks like the main thing needed is to pass --no-sandbox to Chrome so that it will start up -- is there any way to pass arguments like these into Wraith at this point?