I have the below button on my page. I want below button to be auto clicked when this page gets loaded. I've tried following various suggestions on the net but I'm unable to find a solution. Any help is appreciated.
<a data-bind="click: $root.addtocart" class="w-button btn-large"
style="text-decoration: none!important;" id="redeemButton">
Redeem Now
</a>