You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2018. It is now read-only.
We can run Chrome in headless mode by passing
--headlessargument to ChromeAs of now, by
new Chromeless()a Chrome window will appear and then disappears after the test.Can we pass this argument or any other possible argument to Chrome via
Chromelessconstructor?