Curious. Tried this on two different websites (Username is on the first screen, password on the second) and it got as far as the second screen then nothing else:
{USERNAME}{ENTER}{DELAY 3000}{PASSWORD}{ENTER}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you verify that it took less than 3 seconds for the second webpage to load?
Did you verify that the password field recieved the focus when the webpage changed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Manually typing user name then enter brings me to the next screen and the focus is on the password field. I changed the wait time to 10 seconds but it still doesn't work and during autotype, the focus is on the password field when the 10 second timer expires.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried it with 1.33, same result. Tried with 2.37, work fine. Two different websites showing the exact same problem on 3 different machines. This is odd indeed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I figured it out (stupid me). 2.x doesn't use Auto-Type: in the notes window the way 1.x does. I had left that out in all the versions of 1.x I was using. Once I remembered to put it back in, it works fine. Thanks for helping me in the right direction everyone.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems as though the {DELAY X} function is not working in 1.34. Is this a bug or a depreciation of a feature?
Works fine for me.
Best regards,
Dominik
Curious. Tried this on two different websites (Username is on the first screen, password on the second) and it got as far as the second screen then nothing else:
{USERNAME}{ENTER}{DELAY 3000}{PASSWORD}{ENTER}
Not typing on the second screen could be because no input box has focus.
Does it work manually?
cheers, Paul
Did you verify that it took less than 3 seconds for the second webpage to load?
Did you verify that the password field recieved the focus when the webpage changed?
Manually typing user name then enter brings me to the next screen and the focus is on the password field. I changed the wait time to 10 seconds but it still doesn't work and during autotype, the focus is on the password field when the 10 second timer expires.
Tried it with 1.33, same result. Tried with 2.37, work fine. Two different websites showing the exact same problem on 3 different machines. This is odd indeed.
I figured it out (stupid me). 2.x doesn't use Auto-Type: in the notes window the way 1.x does. I had left that out in all the versions of 1.x I was using. Once I remembered to put it back in, it works fine. Thanks for helping me in the right direction everyone.