Can we get a text which cannot be copied since I am working in flex framework in which a text cannot be copied but i need the value of that text for value matching. Kindly suggest a way

Asked by Subhasree Mohapatra

I have been working in flex frame work. So far I have able to automate some part for the application. But their has been a situation where I need to get a value but that value cannot be copied by CTRL C. Is their anyway to solve this situation.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

try Sikuli's Region.text() OCR feature.
consult the docs and look for respective threads here.

Revision history for this message
Subhasree Mohapatra (mohapatra-subhasree13) said :
#2

I tries to install sikuli again with selecting option 1 and 5 , it is downloading file 1.0.1-1 but showing download failed for 1.0.1-5

Revision history for this message
RaiMan (raimund-hocke) said :
#3

try the offline setup:
faq 2363

Revision history for this message
Subhasree Mohapatra (mohapatra-subhasree13) said :
#4

The following error is coming now.
error] TextRecognizer: init: tessdata folder not found at
[error] Region.text: text recognition is now switched off

kindly help....

Revision history for this message
Best RaiMan (raimund-hocke) said :
#5

in the Sikuli installation folder delete the folder libs.

Restart the test, the folder libs will be recreated now with the needed tessdata folder.

(this inconvenience will be fixed in 1.1.0)

Revision history for this message
Subhasree Mohapatra (mohapatra-subhasree13) said :
#6

Thanks a lot!