HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Mozilla Firefox Capabilities not Working #63

Open Dhs92 opened 5 years ago

Dhs92 commented 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.

myhrmans commented 5 years ago

Duplicate of #46
See the answer in there.