← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254687]: Image Dictionary Help

 

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

Garsk posted a new comment:
The version of code I am using right now is 1.0rc3 (r905).  I named  my
image dictionary as 'puttydictionary.sikuli'

so far my code looks as such;

from sikuli import *
openApp ('C:\Users\carrier\Documents\putty.exe')
find (['ipaddress'])
click (['ipaddress'])
FGTIP = input('what is the IP address of the FGT? ')
type ('172.25.188.188')
find (['Open'])
click (['Open'])

once it gets to the first find option it give me the error in question.

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