Forum Discussion
rraghvani
2 years agoChampion 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?
- David912 years agoFrequent Contributor
Yes i use ADB emulator for tests
- AlexKaras2 years agoChampion Level 3
Hi,
https://www.repeato.app/how-to-automatically-check-memory-usage-of-you-app/ might provide you with possible solution.
- David912 years agoFrequent Contributor
i try it.. but return .. ReferenceError: deviceConnector is not defined
Related Content
- 10 years ago
Recent Discussions
- 18 hours ago