images
images copied to clipboard
Android Chrome with SKIN env variable causes Chrome to crash on startup
If I start android docker container with docker run --rm -p 5900 --device /dev/kvm --env ENABLE_VNC=true --env SKIN=1200x1920 selenoid/chrome-mobile:79.0
or run selnoum with {"capabilities": {"skin": "WXGA720"}
Then chrome crashes on startup
I think chrome should be installed right after android starts each time, so we can use SKIN
variable
for other ppl, it would be really awesome to be able to set from capabilities(and from ENV also of cource) an APK file to download and install it to device, so they can use always same image to test their application that has been built from CI/CD
@mikk150 Appium used in these images allows to specify your app using app
capability (pass HTTP URL to APK there).
@mikk150 Appium used in these images allows to specify your app using
app
capability (pass HTTP URL to APK there).
That does not change the fact that SKIN variable is not working
@vania-pooh Any updates here? Looks like the issue is still reproducible.