Replies: 1 comment 1 reply
-
@saikrishna321 Hi, I am fighting with the same. I am trying to avoid the issue mentioned here. When I set the capability directly in Appium Inspector like this:
I don`t want to modify all projects with setting this in code, so I what to set the enableLiveVideo capability in Appium config like this:
What am I doing wrong? 2nd question, this will disable live video, which is pretty good feature, is there any other way how to make this cool feature working? I think you mention that root cause of this problem is in different subnet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can you give me a concrete example how to apply df:recordVideo capability for android real device with selenium 3.14 grid? i tried within the my config.json as:
"server": {
"address": "127.0.0.1",
....
"default-capabilities": {
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:liveVideo": true,
"df:build": "asd"
},
and also within the plugins section:
"plugin": {
"device-farm": {
but neither works.
My second question is if i use "liveStreaming":true within plugins,device-farm the command is recognized but after several tries the appium logs says "Streaming apk not presetn trying so downloading"
Message: An unknown server-side error occurred while processing the command. Original error: Error establishing connection: getaddrinfo ENOTFOUND github.com
It is means i have to update my apk during the test session to make it work?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions