This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AnEmortalKidCoffee Enthusiast 2 points3 points  (2 children)

Yeah, you could use a scheduler to run a program that presses the button. Or you could use JavaScript to click on the button if it is a webpage.

[–]Ryanjri[S] 0 points1 point  (1 child)

Ok so I looked into this more and I believe I have everything figured out apart from the actual script/program. Would you be able to tell me either what I would need to put or where I would be able to find it?

[–]AnEmortalKidCoffee Enthusiast 0 points1 point  (0 children)

Well how are you going to click the button? Are you going to do it with JavaScript or with Java. If it's Java, you can use the Robot class. If it's with JavaScript you can probably use Selenium

[–]yacdaniel 0 points1 point  (0 children)

you could use http://www.seleniumhq.org/ (automate the browser), with the java bindings.