Jump to content

Recommended Posts

Posted

Hello,

I really need your help, i'm new to Autoit and i don't have a lot of experience. I want to make a script that will auto-login in a webpage, and try that login every 3 minutes until it will login. I have a script that place the username and password on that website, but i don't know how to make it loop every 3 minutes and how to stop it when it's logged on website.

My auto-login script:

ShellExecute("iexplore.exe", "http://exemple.com")

Sleep(2000)



Send('username')

Send('{TAB}')

Send('password')

Send('{ENTER}')

please help me

Best Regards,

Andrei

Posted

i made a script that when starts will loop every 3 minutes. Now i have a different problem, this script will open a lot of websites and will not be good for my PC performance.

How can i edit this script to stop when it logins, and close the website every attempt.

thank you,

Andrei

Posted

Welcome to AutoIt and the forum!

Can you please tell us why you need to login multiple times? If userid and password are correct you should be able to login at first try, correct?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

i need this script for my work, i want to login multiple times, because in this website are a limited number of sessions. So if the session nocswitchingis taken my script would login until i have a new session. The script from above makes that happen, but i want to close the webpage if is not succesfull.

  • Moderators
Posted

Andreypitiku23,

I am not at all convinced by that explanation. Please tell us the name of this website that your work requires you to access "multiple times" but only has "a limited number of sessions" - PM me the URL if you do not wish to post it in open forum.

Until then this thread is on hold.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...