Question #260277 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/260277

    Status: Open => Answered

RaiMan proposed the following answer:
--- access Excel content
recommended is the use of xlrd (see faq 2208)
with version 1.1.0 the module is bundled and available without download

--- text into textbook
the relevant functions are type() and paste()
after you have somehow positioned on (given focus to) the textbox (e.g. with a 
click(image))

--- click the link
you have to wait for the page to show up the link and click it.
again there are various ways to activate the link.

-- 
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

Reply via email to