Search found 3 matches
- Mon Jan 19, 2004 12:21 am
- Forum: Technical / Scripting
- Topic: How to error trap a web log in
- Replies: 3
- Views: 6088
I think I've found a crude solution. The process is I log into the web site, navigate to the appropiate report, generate it, save the web page then copy it to a final directory and date the file name. Occasionally (and usually only when unattended) the login fails or takes too long. What I've done i...
- Thu Jan 15, 2004 11:06 pm
- Forum: Beginners
- Topic: Looking for PUT example
- Replies: 1
- Views: 6281
Looking for PUT example
I have a web page I log into using Macro Scheduler by opening the page, tabbing to the fields then putting in my login information. I would like to do it using theHTTPrequest and PUT, but for the life of me can't figure out how to structure it . Would someone be able to point me to a sample please?
- Thu Jan 15, 2004 4:10 pm
- Forum: Technical / Scripting
- Topic: How to error trap a web log in
- Replies: 3
- Views: 6088
How to error trap a web log in
I have a script for logging into a web site at a specific time, clicking on a button to generate a report then saving that report. Most times it works flawlessly. However, recently it has been messing up on the login screen. Is it possible to detect when the wrong page loads so the script can restar...