Citrix and get visible text

I’m trying to use get visible text for a citrix application but my get visible text is coming back as spaces when I run my workflow, what could be causing this problem? Thanks

hi @Pal1831

Regarding the scrapping of data you can give the Use Get Attribute if we are able to get the valid selector (or)

Steps
1.Use Send Hot Key as Ctrl+A
2.Use Send Hot key as Ctrl+V
3.Use Copy Selected text activity and store the result in a string variable

Check if there is any issue

Thanks
Ashwin S

thanks. I will try what you recommend.