← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #184000]: Please let me know how to get the log file of the sikuli?

 

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

    Status: Answered => Open

balakrishnan is still having a problem:
Hi Raiman ...Thanks for your reply

This is my code

pos=("1325080524703.png")
steps =1
max = 100
img = ("HarshaS.png")
if exists("HarshaS.png"):
    click ("HarshaS.png")
else:
    while max > 0:
        wheel(pos,WHEEL_DOWN,steps)
        max -= steps
        if not exists("HarshaS.png"):
            continue
        break
    click ("HarshaS.png")
#       exit(1)
#        break

Now please let me know where i need to open the notepad and start
writing the log of every line in to notepad. Please help us.

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