I need to scrape a url which has checkboxes
in it. I wanna click some of the checkboxes and scrape and I wanna scrape again with someother checkboxes clicked. For instance;
I wanna click new and then scrape and then I wanna scrape the same url with Used and Very Good clicked.
Is there a way to do this without making more than 1 request which is done for getting the url.
I guess html changes when you click one of the boxes since the listing will change when you refine the search. Any thoughts? Any suggestions?
Best,
Can