Search found 2 matches

by benzol
Mar 27th, ’20, 04:37
Forum: General Discussion
Topic: Auto website login?
Replies: 2
Views: 1082

Re: Auto website login?

Thank you Marko, this worked!
Marko wrote: Mar 26th, ’20, 21:45 WinWait is not useful as the page still needs to load - try experimenting with the Sleep length.
This works for me:

Code: Select all

Run, https://www.editorialmanager.com/advenergymat/default.aspx
sleep, 4000
Send, {Tab 2}usename{Tab}password{Tab 4}{Enter}
by benzol
Mar 25th, ’20, 14:50
Forum: General Discussion
Topic: Auto website login?
Replies: 2
Views: 1082

Auto website login?

Hello, I'm really new to FastKeys but quite like it so far and just ordered a personal edition. I would like to create a command for opening a website and fill in username and password and hit login. I used the following script but it only opened the website without doing the following steps. I wond...