Copy Text from a GUI (Access) text field

Asked by Sam

https://answers.launchpad.net/sikuli/+question/189706

I would like to Tab through an access page copying individual fields and storing them in their own variable. I was attempting to handle it with the method described in the above link, but have run into a problem. In access cntrl+a highlights the whole field. Is there any way to highlight individual selections in sikuli?

I suppose I could just double click each field to highlight it and then copy it, but that will really slow the script down.

I was just curious if anyone has come up with a good way to deal with this.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Sam
Solved:
Last query:
Last reply:
Revision history for this message
Sam (staffo08) said :
#1

Actually, I was being foolish. They auto highlight in access when you tab to them - all but the very first one...

I'll just double click the first one and be on my way.

Thank you