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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to