Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
No, the content is generated on the client. You can only simulate this action by repeating what JS does. There is the same webkit, it is free and open, no one canceled the automation.
If there is ajax, then you need to look at which file it sends a request and take the result from it.
For example, from the page index in the script, a request is made to some.php
And only then work with some.php
$.ajax({
type: "POST",
url: "some.php",
data: "name=John&location=Boston",
})
unfortunately there is no ajax - the content is generated by javascript itself without third-party calls ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question