Forum Discussion
rraghvani
Champion Level 3
You can invoke a PowerShell script to return the information you need. For example,
Get-CimInstance -ClassName Win32_Process -Filter "Name='TestComplete.exe'"
Will return,
Script will look so,
I'm assuming there will be something similar for Android, using adb?
David91
2 years agoFrequent Contributor
Yes i use ADB emulator for tests
Related Content
- 10 years ago
Recent Discussions
- 18 hours ago