|
|
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 |
|
|
not possible with javascript, but try macro recorders
|
|
|
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
(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: |
|
|
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
(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)
|
|
|
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. |