Hi,
I am in desperate need of a script to help log in to a mail website. Currently I have to access a mail system through a web browser (safari or other) using a two-step log-in. On the first page I have to put in a username and then a password composed of a fixed code and a random string generated by a key-fob that I carry. I then hit return and am directed to a new page where I put in a username and fixed password, hit enter and then am directed to my in-box.
Unfortunately, the site logs me off after only a few minutes of inactivity, so I end up spending most of my time doing this incredibly cumbersome log-in routine all the time - sometimes even after reading only one email. I am told that there is no way to pull my emails down to my laptop using an email client with this system.
So, I would like to create a script which would
- Open a browser window and navigate to login page 1
- Enter predefined username in field 1
- Enter predefined password string in field 2
- Invite user to enter string to append to password in field 2
- Select return
- Wait for next page to appear
- Enter predefined username string in field 1
- Enter predefined password in field 2
- Select (click) submit button
Any thoughts greatly appreciated!
Marcel