Answer the question
In order to leave comments, you need to log in
How to parse javascript in C#?
Hello, I'm trying to parse C# javascript from a website. The data is loaded onto it in real time, the parser must work almost constantly, it turns out to pull out everything except the javascript itself. In which direction should you move? As I understand it, in the direction of POST GET requests
This code produces absolutely nothing. Can't get to js
var items = document.QuerySelectorAll("span").Where(item => item.ClassName != null && item.ClassName.Contains("ticket-col"));
var items = document.QuerySelectorAll("span");
Answer the question
In order to leave comments, you need to log in
one -
I understand in the direction of POST GET requestsit's called in the API side. if the site provides it. and this is the right direction. If there is no API, then...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question