Hi,
I need to scrape the page in this order:
- Check all checkboxes in a form
- submit the form
- then scrape the data
I can't figure out how to do the first 2 steps. I've tried to check all checkboxes and create a delay before submit, but it's not working. How to do that?
Thank you