I'm new to web scraping so I'm fooling around with scrapy and trying to crawl a certain website.
I'm working with the scrapy shell on windows and just trying to establish the proper XPath to a particular element I want to access. The element is a schedule, this is the HTML:
I'm trying to access the rv-schedule-module and all its sub-nodes. I'm able to access all nodes up until the rv-schedule-module however beyond that all XPath calls return null. For instance:
The progression of calls returns data until I want to access a div underneath the rv-schedule-module. That call returns null.
What am I doing wrong?