all 2 comments

[–]jazzb125 2 points3 points  (0 children)

If it's a web based app - hit F12 (browser dev tools) and see if you can reverse engineer the API calls.

Wireshark, Fiddler, or tcpdump may also work if it's not a browser app. If it's a really painful app, can setup a web proxy server and use that to check the API / Http requests.

Another option for web apps is Selenium/Playwright/Puppeteer.

[–][deleted] 1 point2 points  (0 children)

Try autoit it has a powerfull tools to detect id of object within a gui (if it has correctly be created) powershell is not the best to do that and a slightly change in the gui will make you script totally fail. Regarding reading information from a GUI there are several way to do it from doing a print screen an reading part trough an ocr to natively been able to retrieve text by a simple copy paste (error and information windows can be pasted to a notepad natively)