Forum Discussion
rraghvani
Champion Level 3
3 years agoYou can invoke a PowerShell script to return the information you need. For example,
Get-CimInstance -ClassName Win32_Process -Filter "Name='TestComplete.exe'"
Will return,
rraghvani_0-1670340088096.png
Script will look so,
rraghvani_1-1670340542237.png
I'm assuming there will be something similar for Android, using adb?
David91
3 years agoFrequent Contributor
Yes i use ADB emulator for tests