← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232234]: Type what is in clipboard into a dropdown menu

 

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

    Status: Answered => Open

Torben is still having a problem:
Thanks for you help. But it does not work yet my code looks like this:

       type(Key.LEFT * 6)
        type("c", KEY_CMD)
        type(Key.RIGHT * 6)
        switchApp("Firefox")
        type(Key.TAB * 14)
        text = ENV.getClipboard()         
        type(text)
        switchApp("Microsoft Excel")
        type("s", KEY_CMD)
        type("c", KEY_CMD)

All the best

/Torben

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