I want create a script for auto click button on planned time. Example: I want click a button in hour X in a web page (reload every hour). THe problem is about identify that button with ClassName and onClick, onClick function's identify button.
How can I do?
HTML CODE:
<button class="reward_link_redeem_button_style " onclick="RedeemRPProduct('free_points_100')">REDEEM</button>
Thanks