I'm dealing with a site very similar to Apple Jobs. If you look for example in the language skills section, there are a lot of checkboxes. The site I am dealing with limits the search results to 500. As such, I can't check all the boxes at once. I'd like to be able to loop through a number of checks (e.g. check the first 5 boxes), go through all the pages, then uncheck the first 5 and recheck the next 5. Do this for all checkboxes/pages until done. I know this is rather nonspecific, so I'm looking for any similar scripts or code that I can work from. Thanks!
Loop through pagination and checkboxes
I'm dealing with a site very similar to Apple Jobs. If you look for example in the language skills section, there are a lot of checkboxes. The site I am dealing with limits the search results to 500. As such, I can't check all the boxes at once. I'd like to be able to loop through a number of checks (e.g. check the first 5 boxes), go through all the pages, then uncheck the first 5 and recheck the next 5. Do this for all checkboxes/pages until done. I know this is rather nonspecific, so I'm looking for any similar scripts or code that I can work from. Thanks!