Jonas Obrist
Jonas Obrist
look into https://www.appveyor.com/
I'm sorry but I do not understand what you're trying to ask. Could you explain in more detail?
Is this on macos? I wonder if Apple's fancy TrueTone/NightShift actually affects the pixels in the screenshot taken. I would hope it doesn't, but who knows?
on my machine (macos) I also get `FAILED tests/test_real_browsers.py::test_get_screenshot[chrome] - assert (249, 221, 190, 255) == (254, 220, 186, 255)`. I'm inclined to blame this on Apple trying to be...
> Any roadmap? there's no formal roadmap, since the project does what we need it to do. however, there are a few things (some of this might be quite large...
as a workaround, you can probably use `execute_script`
> same exception happens without using uvloop Could you post the exact error message when not using uvloop? uvloop isn't supported right now because the last time I tried there...
As a workaround, pass a `log_file` to `Geckodriver` (or whatever driver you are using). It should be an object that is valid for `stdout`/`stderr` as described in https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.AbstractEventLoop.subprocess_exec.
Looks like the options changed (either in FF or geckodriver). this worked for me: ```python browser = browsers.Firefox(**{'moz:firefoxOptions': { 'args': ['-headless'] }}) ```
> unhandlable oom You ran out of RAM? (OOM = Out Of Memory)