AutoHotkey Community

It is currently May 27th, 2012, 5:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: December 16th, 2010, 12:55 am 
Offline

Joined: December 16th, 2010, 12:46 am
Posts: 2
Location: 166
I am a total beginner at this.
I want to save images using Chrome, from a list of URL's using this following script
Code:
#space::Run http://www.metvuw.com/forecast/forecast1.php?type=rain&region=nzni&tim=06
Sleep 1000
MouseMove, 1024, 560
MouseClick, right, 50, 12, , , ,R

I was hoping the code would get the mouse to right click on the center of the image, right click and save image as, then move to another url in the list and do the same.
All that happens is it just opens the webpage then nothing.
Could someone help me with this
Cheers

[/code]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 16th, 2010, 1:11 am 
Offline

Joined: October 26th, 2009, 6:29 am
Posts: 362
Code:
#space::
Run http://www.metvuw.com/forecast/forecast1.php?type=rain&region=nzni&tim=06
Sleep 1000
MouseMove, 1024, 560
MouseClick, right, 50, 12, , , ,R
Return


Having a single line hotkey implies a Return afterwards.

_________________
Check out the new AHK forum competition!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 16th, 2010, 1:23 am 
Offline

Joined: December 16th, 2010, 12:46 am
Posts: 2
Location: 166
Thanks for that. Its helped in that it opens the right click menu now. It doesn't select any menu item though.
Code:
MouseClick, right, 50, 12, , , ,R

I thought it would click at 50,12 relative to the mouse position. It just opens the menu and doesn't move.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], XstatyK and 69 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group