python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can not Load HTML doc from docker container
I wrote a simple scraper that takes a URL and scrapes just one Xpath from that document.
In the local machine, it works perfectly fine, but after building as a docker image and running up in a docker ...
happykratos
Votes: 0
Answers: 0
Cant get Innertexts from webpage using html agility pack xpath in c#
So this is my code guys.
Im trying to get the text inside a span and storage it locally. Im using html agility pack and trying to retrieve the text using xpath but the nodes dont retrieve anything and...
Alejandro de la Riva
Votes: 0
Answers: 1
On error Console.WriteLine C# HtmlAgilityPack
I am new to C# and find it difficult to output the result of a search with HtmlAgilityPack.
I would like to show "Not found" when the requested search cannot be found.
The thing is, I cannot...
Casey Sins
Votes: 0
Answers: 1
Cannot get li that belong to a specific ul
I have a structure like this:
<ul>
<li class="list-group-item px-0">
<h2>Foo</h2>
<ul>
<li class="list-group-item"&...
sfarzoso
Votes: 0
Answers: 2