← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #689020]: Checking shortcut keys for opening a tool window

 

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

    Status: Answered => Solved

Sreelekshmi confirmed that the question is solved:
 hover(AddChassis)
        keyDown(KeyModifier.ALT)
        type("ma")
        keyUp(KeyModifier.ALT)
        wait(3)
        assert search(AddChassisWindow),"AddChassisWindow is not found"
still not working , not sure . I am using 1.1.4 version

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.