Read the Result of the Windows Calculator

For experimental reasons I want to automate the Windows calculator.

The addition of 1 + 1 = works without any problems. To get the result I use the the GetText activity, but this don’t work.

UiPath_Calc002

The result is always empty.

Calc.xaml (11.8 KB)

What is my mistake?

My requirement is to read the content of the UI element directly, not via OCR or any other auxiliary way.

Thanks for tips and hints.

Hi @StefanSchnell, please change get text to get full text activity.

2 Likes

Thank you very much @GreenTea

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.