rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
144 stars 61 forks source link

Shift+right arrow in keyboard and shift+ left arrow in keyboard #167

Closed vinjamuripavanKumar closed 2 years ago

vinjamuripavanKumar commented 2 years ago

Hii sikuli team can you please give example how to write code for shift+ right arrow in keyboard

rainmanwy commented 2 years ago
    Key Down   C_SHIFT
    pressSpecialKey    RIGHT
    pressSpecialKey    RIGHT
    Key Up     C_SHIFT