I want to automate a SOTI KIOSK mode mobile app. I am not familiar with the KIOSK mode app. Currently, I am working with Appium for Regular Mobile app (Native app).
Questions:
Expectation: Need more details to automate the KIOSK mode android app.
Actual: Confusion on supporting test automation tool for KIOSK mode android app
Thanks in Advance.
Regards, Muthu Ramasamy
This is not supported behavior of Kiosk mode. The whole point of Kiosk mode is to lock down any non-surface level activity, including automation. You cannot access developer settings in Kiosk mode at all. I have been down this path with my current project and we were told by our device provider that this was not possible.
You have to put the device in admin mode in order to automate it. This is a limitation of adb
.