I want to get the title from a webpage through ScrapySharp. With CssSelect, I'm only getting the <body>
tag.
I am using it like:
string SearchQuery = PageResult.Html.CssSelect(".breadcrump-summary").First().InnerText;
I want to get the title from a webpage through ScrapySharp. With CssSelect, I'm only getting the <body>
tag.
I am using it like:
string SearchQuery = PageResult.Html.CssSelect(".breadcrump-summary").First().InnerText;