Why is response.xpath('') not printing anything?

43 Views Asked by At

I opened a bash prompt using Cygwin on windows 10, I then ran scrapy shell then it looked different before it did not have "in 1:"so I am not sure what changed, but then I tried to get a response using XPath, nothing printed and it just went to a new line.

input:

response.xpath('//table[@class="pccTableShowDivider"]').get()

Could someone please explain why this is happening, if you know why it is now showing the "in1:" and an explanation for that would also be super helpful.

Sorry if my question was unclear this is my first time using stackoverflow.

Picture of my Code: enter image description here

0

There are 0 best solutions below