Question #185681 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185681

    Status: Open => Answered

Prateek Sahu proposed the following answer:
Yes,
You can copy the data to Clipboard  which in text box using keyboard handling

First using sikuli click on that text box.

Then, CTRL+A
reg.type("a" , KEY_CTRL)

Then, copy it to Clipboard
reg.type("c",KEY_CTRL)

You can now fetch the copied value from clipboard and compare it with
valid username

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to