For scrapy/selenium is there a way to go back to a previous page?
问题 I essentially have a start_url that has my javascript search form and button, hence the need of selenium. I use selenium to select the appropriate items in my select box objects, and click the search button. The following page, I do some scrapy magic. However, now I want to go BACK to the original start_url and fill out a different object, etc. and repeat until no more. Essentially, I have tried making a for-loop and trying to get the browser to go back to the original response.url, but