← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185681]: Userid validation

 

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.