robertkwild Posted August 27 Posted August 27 hi all, I want to automate a website ie go to a website link, click certain fields via the name/ID NOT via the mouse, type in fields and some website contains reCAPTCHA so need to do that if not dont worry most websites i go on dont have reCAPTCHA thanks, rob
Developers Jos Posted August 27 Developers Posted August 27 Rob, What exactly is the question, as your post is merely a description of what you want to do? PS: reCAPTCHA discussions aren't allowed here when your goal is to automate them, as that is a way around standard security. Please Check forum rules in case you haven't yet. Festerini 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Festerini Posted August 27 Posted August 27 (edited) 7 hours ago, robertkwild said: hi all, I want to automate a website ie go to a website link, click certain fields via the name/ID NOT via the mouse, type in fields and some website contains reCAPTCHA so need to do that if not dont worry most websites i go on dont have reCAPTCHA thanks, rob Rob, automating filling in of username / password is a standard password manager task. There are plenty of them out there. A good password manager will check the URL, and validate that it is in fact a legit / correct URL. However, as Jos says, reCAPTCHA is not a discussion on here. Additionally you shouldn't be automating that anyway, nor should any automation or password manager automatically click on "submit" or "login" for a website, as the user needs to check the page they are logging into. No Autoit script is going to detect honeypots or dodgy websites if you have a login. And the extra few seconds of verifying website, reCAPTCHA, and clicking on submit or logon is nothing in the overall scheme of things. If the sites belong to you, and you are trying to perform automation or monitoring, you probably already have other means of gathering data. A password manager would seem the appropriate solution. And if you are genuinely intent on building a primitive password manager, search and read through through the help articles on automating web interactions, AND encryption. Edited August 27 by Festerini
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now