← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #258534]: if string wont read

 

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

    Status: Answered => Open

canada is still having a problem:
type('c', KEY_CTRL)
end = Env.getClipboard()

print(end)

if end == "break":
    print("found the word")    
try:
    if end.count("break")>0:
            print ("what does this mean?")
except:  
     print(end)
    exit()
-------------------------------
the output is...

break
what does this mean?
break


So I have no idea what is going on... is there a way to parse "break" of all but visible ASCII charters?

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