Auto Click a button (request)

in Ideas and script requests
Subscribe to Auto Click a button (request) 5 posts, 5 voices



clayman1990 User

hey guyz. happy new year btw.

I just wanted to ask if it is possible to make a little script which clicks on a special position (X;Y) on a website every second ?

thanks in advice

 
smk Scriptwright

not possible with javascript, but try macro recorders
btw if you could provide the website, there might be alternatives to what you want

 
Good To Too Scriptwright

you might want to explore

http://services.alphaworks.ibm.com/coscripter

But if you know the button name you can borrow the concept like I have for other sites from

http://userscripts.org/scripts/show/6763

// click on the "free" button
if (free=document.getElementById('ff')) {
free.submit();
return
}

(I'm not a Scriptwrite.. I'm a Scriptforager)

You would have to ask a Scriptwrite about clicking button X, waiting N seconds, and clicking again loop.

Otherwise consider AutoIt:

http://autoitscript.com/autoit3/

 
WelshY User

Year there a software out let you change the amount of seconds you want to click in that spot just leave the mouse in the spot and it will click the time you set the only thing is that it don’t scroll so if the page refresh and the bit you need to click is at bottom it no good but if it in the top again after refresh
Run escape auto click is the thing to use

(Works Good On IE,Ffox)

http://www.garyshood.com/rsclient/

If you need to scroll down to click you be better of use in imicro and recode it just like making a script but it do the coding for you whiles you click

(YOU WILL NEED FIREFOX TO USE THIS ONE)
https://addons.mozilla.org/en-US/firefox/addon/...

 
Avindra V.G. Scriptwright

clicks on a special position (X;Y) on a website every second ?

You're describing something that is clearly possible, but not with greasemonkey. HOWEVER, clicking in web browsers triggers some function or leads to some website. GIVE US THE LINK TO THE WEBSITE, DESCRIBE what you WANT and I will make your script.

i.e., don't try to describe the solution you imagined. describe wHAt yOU want accomplished: leave the thinking to us.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel