← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193923]: How to select a text containing a common word

 

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

    Status: Needs information => Open

yashaswi gave more information on the question:
I'm using find("Image-of-name.png")

I have attached the screenshot for the same

This is what I'm doing

click("ProtectionSc.png")
find("PFRVP.png")
click("PFRVP.png")
type(Key.DOWN)
#type("PFRVP.png", "PFR"+Key.ENTER)
while not exists ("Name.png"):
    type(Key.DOWN)

#find("Name.png")
#find("HlesetName.png")
type("Name.png", "Fileset1"+Key.TAB)
type("Fileset1")
click("ManagementHo.png")
click("Selecttodisc.png")
click("LIN_0RA_PR_7.png")
i=0
while(i < 15):
    type(Key.DOWN)
    i = i+1
find("Save.png")
click("Save.png")

-----Original Message-----
From: bounces@xxxxxxxxxxxxx [mailto:bounces@xxxxxxxxxxxxx] On Behalf Of 
RaiMan
Sent: 17 April 2012 18:11
To: yashaswi.kumar@xxxxxxxxxx
Subject: Re: [Question #193923]: How to select a text containing a common 
word

Your question #193923 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193923

    Status: Open => Needs information

RaiMan requested more information:
Are you using captured images or text in find:

find("Name:")

or

find("image-of-name.png")

A general solution might be to tab through the fields starting at a
definite field.

-- 
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/sikuli/+question/193923

You received this question notification because you asked the question.

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