Testim Mobile - Execute Driver Script step
over 1 year ago by Ben Wu
06-05-2023
The new Execute Driver Script step allows you to run a script using Appium (2.0 or higher) to extend capabilities and validations in your tests.
- Run multiple mobile commands in a batch
- Supports JavaScript parameters
- And supports Element parameters, which use AUT elements as parameters in the test
Full documentation may be found here. More code examples, along with a mobile usage examples project, to follow.