View Single Post
Old 07-02-2008, 05:39 AM   #5
o6sidian
Registered User
 
Join Date: Jul 2008
Posts: 1
Another way to do this

1. get the applescript of the WatchMeDo-Actions as explained in:
http://homepage.mac.com/simx/technon...334/index.html (Point 6)

2. after the code entering the text into the first form-field place the code for a press of the "tab"-key:

-- Hit the Tab-key
delay 1.0
set timeoutSeconds to 2.0
set uiScript to "keystroke tab"
my doWithTimeout(uiScript, timeoutSeconds)


3. enter code (copy, past, change) for another text entry to write to the password-field

4. enjoy :-)
o6sidian is offline   Reply With Quote