New question #257005 on Sikuli:
https://answers.launchpad.net/sikuli/+question/257005


Im new to sikuli and working on automating our project.
Im facing an issue.

There is a list which has uneditable textbox. I need to iterate through the 
list and copy the content from these text boxes.
type ("a", Key_CTRL) is not working. I tried the following way

type (Key.HOME)
KeyDown(Key_SHIFT)
type (KEy.END)
KeyUp(Key_SHIFT)

Which selects the text and now I use the type ("c",KEY_CTRL) to copy the 
content.
Is there any alternate way to get the content. Suggest alternatives.


-- 
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

Reply via email to