Is it possible to load a page in the background and click on a button of the loaded page on JavaScript?
I want to create an auto checkout script. I want to load the next page from the checkout process and get the button "buy" clicked which takes me to the payment page. How can I achieve this?