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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp