Does anyone know how I can include 'refresh source & inspector' as a command for a native android or ios app in an appium python script?
I'm trying to automate a test on appium and sometimes screen rendering does not work after an element has been clicked. So I was thinking of inserting delay and 'refresh source' as commands at these locations so I don't have to manually do it every time. Unfortunately, the refresh click is not included as a step by the recorder and so it does not auto-generate an equivalent command for it in the recorder. I've found a command to refresh a web page on other forums (self.driver.refresh()) but not for an app. I'd greatly appreciate it if anyone could help me here.