sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29955
Re: [Question #260277]: Copy a text from excel and paste it in textbox and Click the link after Search
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.