Jump to content

Clic on Browser


Recommended Posts

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.

Link to comment
Share on other sites

 

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

  • Developers

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

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


 

 
image.png.e8c347899a31d7e999726e508b196831.png
 
 
 
 

image.png

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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