docker-android
docker-android copied to clipboard
How start container on Chrome browser
Hello
I want to start container with Chrome browser instead on apk application. Or start container without apk application. How I can do it ?
I have this error when I try to start container without bind apk path /root/tmp : Could not connect to server; are you sure it's running? If you are using the browser version, also ensure your Appium server has been started with
Thank you
When I use env : MOBILE_WEB_TEST=true, DEVICE="...", APPIUM=true, "BROWSER_NAME=chrome" The inspector run with Chrome but the browser is blocked and I cannot interact with it. There is only one word in App source : < body > Even I click on Back and Refresh buttons, nothing changes, the browser still blocked.