Hi, I am trying to automate installation of a VPN app. The install flow goes something like this:
Splash screen > Registration screen > Enable VPN popup > Android Accessibility settings > Install Complete screen
However, I am only able to get as far as:
Splash screen > Registration screen > Enable VPN popup > Android Accessibility settings
A requirement of the installation is for the user to flip on and enable the Accessibility Services option for the app, after which the app automatically pops back up and serves the Install Complete. However, after appium flips the setting to ON, the app does not automatically pop back up.
The app makes a call to a database at the Install Complete screen, so right now, even though VPN is enabled and Accessibility is on and the app is essentially working, we are not getting that the app was “installed.” Is there a known issue with how appium works with Accessibility settings or Android settings overall? Or something else in appium that could be blocking the app from relaunching automatically from the settings page?
Thanks for any insight.