sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52701
Re: [Question #685173]: How to read text which is visible only by mouse hover in sikuli
Question #685173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685173
Status: Open => Answered
RaiMan proposed the following answer:
# define the region, that contains the text
textRegion = .... # absolute or relative
#hover over the region
textRegion.hover()
# here a short wait might be needed
# read the contained text
hoverText = textRegion.text()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.