I'm trying to create a script to post to my favorite article directories, but to make things cleaner and more application like on their submissions pages, many article directories are resorting to using javascript and flash controls.
Now, my question is, what is the cleanest way to access and work with those winrecorder undetectable controls?
I've thought about keystrokes, but that doesn't seem to work. When inputting data with winrecorder pulling form data, it doesn't seem to leave focus on the last control. If it did, it would be a slam dunk. I could send tabs to the page to put the cursor in the correct position.
Also, some pages will present a captcha code. I'd like the script to detect the presence of the captcha and display it in a dialog box for me to give it the code and send that code to the page.
Any ideas for a stuck automator?

Frank