← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #100797]: Selecting all text in a region on a web page

 

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

Alberto Garcia proposed the following answer:
Triple Click

This works for me:

click("SOME_IMAGE.png")
mouseDown(Button.LEFT)
mouseUp(Button.LEFT)
wait(0.01)
mouseDown(Button.LEFT)
mouseUp(Button.LEFT)

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