New question #186489 on Sikuli:
https://answers.launchpad.net/sikuli/+question/186489
How to get a multiline text from a region in sikuli IDE. I am currently using
this
x=list(findAll("1328085716304.png"))
for z in x:
sleep(0.2)
m = z.right().text()
print m #gives the output as "SuperSaver HDHP with "
The text on the UI is "SuperSaver HDHP with HSA - $5000 deductible, no OV and
no RX"(This text is in 3lines)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp