Pass Selenium HTML string to Scrapy to add URLs to Scrapy list of URLs to scrape
问题 I'm very new to Python, Scrapy and Selenium. Thus, any help you could provide would be most appreciated. I'd like to be able to take HTML I've obtained from Selenium as the page source and processes it into a Scrapy Response object. The main reason is to be able to add the URLs in the Selenium Webdriver page source to the list of URLs Scrapy will parse. Again, any help would be appreciated. As a quick second question, does anyone know how to view the list of URLs that are in or were in the