📄️ Automating Mobile Devices
Index
📄️ Automating Multiple Devices
This tutorial shows how to automate multiple devices on the same network by using AskUI. After following this page, you will be able to automate more than one device across different platforms, whether Linux, macOS, Windows or Android.
📄️ Condition-Based Execution
A common problem of UI Automation is that the user interface changes from run to run for some of the following reasons:
📄️ Retry Strategy
If an application you want to automate has random or dynamic waiting times a quick fix is to use waitFor(). This solution can lead to flaky tests and makes the workflows hard to comprehend.
📄️ Annotations, Screenshots and Videos
Index
🗃️ Examples
6 items