We have a very basic windows application and I need to collect text with OpenRPA.
Using the Windows.GetElement tool I can select the text box perfectly.
But then in the Selector, I can’t see how to get the text.
Selector:
[
{
"filename": "%USERPROFILE%\\Desktop\\main\\main.exe",
"processname": "main",
"arguments": "",
"Selector": "Windows",
"search_descendants": "True",
"mouse_over_search": "False"
},
{
"ClassName": "TkTopLevel",
"Name": "CloudIDP",
"ControlType": "Window",
"FrameworkId": "Win32"
},
{
"ClassName": "TkChild",
"ControlType": "Pane",
"FrameworkId": "Win32"
}
]
Regards