I used scrapy shell to load this webpage: ```
scrapy shell "http://chuansong.me/n/2584954" ``` and want to find: ``` response.xpath("//div[@class='inline']") ``` However, it returns []. If I use find in chrome inspect of this webpage, I could find there of "//div[@class='inline']". Is this a bug? -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
