I am crawling webpages with the help of jsoup..But it does not work fine for dynamic webpages..In that case i will use selenium for crawling a dynamic site..The problem is that ,how to find the difference between static webpage and dynamic webpage using http response or any html tags in that site?
Asked
Active
Viewed 96 times
1
-
Do you have any code to begin with? – Urosh T. Nov 30 '18 at 09:53
-
it is not based on the code...i need to know whether we can detect dynamically loading websites with java program ? – SPK Nov 30 '18 at 10:13