Custom Action step (mobile)

8-7-2024

There may be times when you want your test to perform an action or validation that is not included in the predefined steps menu. The Custom Action (mobile) step allows you to run a script using Appium for extended capabilities and validations in your tests. The script can run multiple mobile commands in batch and can also use JavaScript parameters.

Check out the documentation to find out more about the Supported Appium methods, prerequisites for running the step locally, and detailed instructions on how to create the step - Custom Action Step (mobile).