sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #16930
[Question #223529]: Select a complete line using sikuli
New question #223529 on Sikuli:
https://answers.launchpad.net/sikuli/+question/223529
Need to select the last line of a paragraph when only initial 2 words appears on the screen.Using down or pagedown along with shift does not selects the line.It simply moves the curser to next line without selecting.
click("egxyz.png")
type(Key.DOWN,KeyModifier.SHIFT)
type(Key.DOWN,KeyModifier.SHIFT)
It only moves cursor to next line without selecting the text.Tried even with double click instead of click.
Please help.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.