Text Recognition is not working
I have the image below in the application I am using:
When I try to click the links in the image by using the coordinates it works:
Sys["Process"]("AXISEL")["WinFormsObject"]("MainForm")["WinFormsObject"]("splitContainer1")["WinFormsObject"]("SplitterPanel", "", 1)["WinFormsObject"]("NavigationBar")["Click"](57, 128);
When I try to click the links in the image by using the Text Recognition, it doesn't work:
Sys["Process"]("AXISEL")["WinFormsObject"]("MainForm")["WinFormsObject"]("splitContainer1")["WinFormsObject"]("SplitterPanel", "", 1)["WinFormsObject"]("NavigationBar")["TextObject"]("Work Areas").Click();
I checked the object tree, there are no TextObjects in object tree:
Another option to click the text in the image is to use OCR, but I don't have the license to use OCR. What can I do to click the text in the image?
Any help would be appreciated.
Thanks,
Hina