ecorredor Posted October 1, 2020 Share Posted October 1, 2020 I need to click a button on a web page, but it doesn't do it, how should I do it? Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 Try to do it correctly? Exit 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. Link to comment Share on other sites More sharing options...
Nine Posted October 1, 2020 Share Posted October 1, 2020 Please use normal font, as it is like you are screaming at us. To answer your question, we will need more info. Are you using IE, Chrome or another browser. In any case, the best way is to provide a snippet of your script that does not work. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Somerset Posted October 1, 2020 Share Posted October 1, 2020 They want us to play the guessing game? Link to comment Share on other sites More sharing options...
ecorredor Posted October 1, 2020 Author Share Posted October 1, 2020 My program consists of entering a web page and clicking on a button Run("C:\Program Files\Google\Chrome\Application\chrome") WinWait("[Class:C:\Program Files\Google\Chrome\Application\chrome]", "", 2) Send("drive.google.com") Send("{Enter}") MouseMove(55, 250) MouseClick($MOUSE_CLICK_LEFT) Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 your script is likely finished before ay page is shown so the click is done on an empty page. Having said that: There is very likely a better way of doing things than you are trying here, so what about you first tell us what it is you want to accomplish? Jos 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. Link to comment Share on other sites More sharing options...
ecorredor Posted October 1, 2020 Author Share Posted October 1, 2020 Hello, thansk your very much, i really want to develop or automate is a backup of information en the google cloud, so i must create some folders to classify and save the information, without using the google drive application Link to comment Share on other sites More sharing options...
Nine Posted October 1, 2020 Share Posted October 1, 2020 2 hours ago, ecorredor said: i really want to develop or automate is a backup of information en the google cloud I am hearing someone that seems to have find a need from the users, and is unable to translate it into code. Sadly, we will not write it for you. Gladly, if you have a great solution, that ppl will buy it, you will learn step by step how you can do it yourself...Good luck! “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
ecorredor Posted October 2, 2020 Author Share Posted October 2, 2020 thanks, i solved it Link to comment Share on other sites More sharing options...
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