Open yevhen-sydorenko-symphony opened 3 years ago
error for add 'skin' capability:
An unknown server-side error occurred while processing the command. Original error: An unknown server-side error occurred while processing the command. Original error: unknown error: com.android.chrome is not installed on device emulator-5554
parameter: capabilities.setCapability("skin", "WXGA720");
@andreiiKhapis this is how skin
actually works (see SKIN
variable): https://github.com/aerokube/images/blob/master/selenium/android/entrypoint.sh#L60
@andreiiKhapis this is how
skin
actually works (seeSKIN
variable): https://github.com/aerokube/images/blob/master/selenium/android/entrypoint.sh#L60
Can you explain more about that? $SKIN is being passed there, okay, but why we get the error about not installed browser?
@yevhen-sydorenko-symphony not sure. Needs investigation.
Hi guys, I faced with issue that I get the error when I'm trying to run tests with passed 'skin' capability. Without it, everything is working fine. Here is the error:
Also browsers.json file
And the code that is required for passing capabilities:
Any thoughts what is going wrong or might I missed something?