For scrapy/selenium is there a way to go back to a previous page?

后端 未结 3 560
轻奢々
轻奢々 2021-02-02 14:22

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

3条回答
  •  耶瑟儿~
    2021-02-02 15:14

    Here the advice is to use driver.back() : https://selenium-python.readthedocs.io/navigating.html#navigation-history-and-location

提交回复
热议问题