usus
usus copied to clipboard
Ability to pass down custom Chrome settings
It would be great if it was possible to pass down custom chrome settings (like --no-sandbox
) without having to create and maintain the actual Chrome instance itself.
Actually, it wasn't that bad just taking over the chrome-loader
responsibilities entirely, but adding a way to just pass down a Chrome config would significantly reduce the code on my end and remove a dependency 😄