Hi everyone,
Does anyone know how to refresh app from code.
We can do it using Appium UI just click "Refresh" button, appium sent the following command:
{"cmd":"action","action":"source","params":{}}
I noticed that sometime, when UI of application changes, I've got incorrect, old data, and, it seems, it's needed to do something like refresh.
Did anyone faced with it?