docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

How start container on Chrome browser

Open atigm opened this issue 2 years ago • 1 comments
trafficstars

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

atigm avatar Feb 18 '23 22:02 atigm

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.

atigm avatar Feb 19 '23 14:02 atigm