sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08501
[Question #186489]: Getting multiline text
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.