Open Dhs92 opened 5 years ago
Using the example in the documentation for headless Firefox
browser = browsers.Firefox(firefoxOptions={ 'args': ['-headless'] })
does not seem to work. I can see it being passed in when the session is opened, but the browser still opens in the forefront.
Duplicate of #46 See the answer in there.
Using the example in the documentation for headless Firefox
does not seem to work. I can see it being passed in when the session is opened, but the browser still opens in the forefront.