sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29152
[Question #257005]: how to copy text from GUI uneditable textfield
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.