Open rwerthman opened 4 years ago
It looks like you can scroll to the bottom of the page
window.scrollTo(0,document.body.scrollHeight);
and then if you wait long enough all of the coupons are loaded.
So maybe scroll to the bottom wait 10 seconds then scroll to the top and start clicking coupons?
Load all of the coupons for a user onto the page instead of making the user scroll to the bottom of the page.