Re: Can it be done?
- Posted by gbonvehi Feb 06, 2012
- 1741 views
Hello,
I know how to open a web page with the cursor blinking in the username EditText box.
Now, how can I type in my username with out touching the keyboard?
Thanks,
Don Cole
Hi Don,
If you're embedding the browser (eucom?), you can access the Document property and you should be able to modify values there.
Other more generic solution (but has some cons) is to create a macro program (i've done this in the past and you can use SendKeys library in the archives) which basically sends keys as if you were typing them to the current focused window+control.
I've done some work too on programs that sent directly keys to a specific window without it having to be focused but lately those programs had some troubles because of security measures/api changes.
Cheers, Guillermo