One of my first ideas for Automator was to have it login to my online banking site, get my account balances and then speak the current balance out. Privacy isn't an issue in my house
This would make my wife happy, she could just click one button and have the balances spoken out to her.
After finding out about some of Automator's missing features (can't input into forms, Safari actions didn't want to download from pages with frames) I determined that I needed an AppleScript to do most of the work. I borrowed some code and now I have it all working, except for logging off of the online banking site. I'll work on that part tonight.
My Workflow is:
1. Call AppleScript that: goes to URL, inputs UserID & Password, clicks 'login' button, waits a few seconds, then copies all text in appropriate frame.
2. TextEdit action to create a new document, paste text in from clipboard
3. TextEdit action to search for "$" (there is a bunch of junk at beginning of file)
4. System action for Text to Speech to have Vicki read my account balances.
It's not perfect but it works.
This would make my wife happy, she could just click one button and have the balances spoken out to her.
After finding out about some of Automator's missing features (can't input into forms, Safari actions didn't want to download from pages with frames) I determined that I needed an AppleScript to do most of the work. I borrowed some code and now I have it all working, except for logging off of the online banking site. I'll work on that part tonight.
My Workflow is:
1. Call AppleScript that: goes to URL, inputs UserID & Password, clicks 'login' button, waits a few seconds, then copies all text in appropriate frame.
2. TextEdit action to create a new document, paste text in from clipboard
3. TextEdit action to search for "$" (there is a bunch of junk at beginning of file)
4. System action for Text to Speech to have Vicki read my account balances.
It's not perfect but it works.