Ralf Vogler
                                            Ralf Vogler
                                        
                                    Changed it to `waitFor` `attached` instead of `visible`. Maybe that's enough. Not sure if it's a no-op though (if it's already attached and just made visible - but I guess...
What's the benefit of this over putting your sensitive data in `data/config.env` (loaded first by dotenv) and everything non-sensitive in the `docker-compose.yml` (overwrites via env)?
See #178. Not sure what leads to these captcha challenges during login - I don't get any. Do you get them as well when you login in your normal browser?...
> This has happened with: > - Destiny 2 > - League of Legends: Wild Rift > - Legends of Runeterra > - Overwatch 2 > > The result is...
Same as #261. Don't know why that happens again. You can play around with the Firefox settings mentioned there or just run the scripts without Docker until the captcha issues...
Works fine for me on `aarch64` via https://cloud.oracle.com: ```console $ uname -a Linux ubuntu 5.15.0-1029-oracle #35-Ubuntu SMP Tue Jan 24 15:21:05 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux $ docker run...
It's strange that the image behaves differently depending on the host OS, but I don't see any other explanation. First we should verify that noVNC is the problem: 1. Does...
Removed the times in your logs and diffed (a: `aarch64`, b: `amd64`):  The framebuffer read rate is almost 15x faster on your `amd64` (and there's strangely some more indentation)....
Every script starts Firefox and loads the respective website. Due to how the websites are built (lots of JS and images), I'm not surprised about high load on a 1GHz...
I checked this image out in #68, mainly due to its reduced size. It's using TigerVNC (instead of x11vnc) and noVNC (with some custom styling): https://github.com/jlesage/docker-baseimage-gui/blob/a246245ad6e7a76a0083fb2218faa15f8b5d870b/Dockerfile#L39-L49 However, Playwright has no...