← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205045]: How to select text with shift and key down

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
This worked on my Win7/Firefox (had to click 3 times though) with the
same above comment:

hover("Raimanraimun.png")
mouseDown(Button.LEFT)
mouseUp()
mouseDown(Button.LEFT)
mouseUp()
mouseDown(Button.LEFT)
mouseUp()
type(Key.DOWN,KeyModifier.SHIFT)

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