SeeTestAutomation - getRunningApplications
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
Description
This command returns all the running applications on the device. (As a String array)
For iOS - returns a list of bundle ID
For Andriod - returns a list of packages
Code Examples
Java Example Expand source
client.getRunningApplications();
C# Example Expand source
client.GetRunningApplications();
VBScript Example Expand source
client.GetRunningApplications()
Python Example Expand source
self.client.getRunningApplications()
Ruby Example Expand source
client.getRunningApplications()