Screen scraping a Datepicker with Scrapy and Selenium on mouse hover
问题 So I need to scrap a page like this for example and I am using Scrapy + Seleninum to interact with a date-picker calendar. I realized that if a certain date is available a price shows on the tooltip, and if its not available if you hover on it nothing happens. Whats the code for me to get the price that appears dynamically when you hover on an available day and also how do I know if its available or not just with the hover? 回答1: It is not that straightforward how to approach the problem