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

    Status: Needs information => Solved

diego confirmed that the question is solved:
The problems was that sikuli did not change context to Chrome upon
running. switchApp("Google Chrome") and then :

type(Key.RIGHT, Key.ALT+Key.CMD)

or

keyDown(Key.CMD)
keyDown(Key.ALT)
type(Key.RIGHT)

did the deed.

-- 
You received this question notification because your team Sikuli Drivers
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