← Back to team overview

sikuli-driver team mailing list archive

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:
If the result is shown in a web page in browser, the only chance is to
use Selenium in combination with Sikuli, since it is a hard job with the
current shape of Sikuli's text feature, to find links textually.

Nevertheless you can try with Region.find("abc--red"), where Region should be the restricted area where the links are shown.
If this does not work sufficiently, the only chance is to use Selenium.

... and if it is a webpage: might be anyway that Selenium is the better
choice than Sikuli for your job or a mix of both.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.