From: Markus J. <mar...@op...> - 2019-07-23 12:18:16
|
Hello again, We need to get links from web pages, added by Javascript in this case. Using HtmlUnit 2.35.0 this works well for most sites, but since recently we have trouble with a specific group of websites, sharing the same CMS. I tried all available BrowserVersions, increased waiting time outs but i cannot get the links from the DOM. https://www.afas.nl/nieuwsberichten/nieuws This website since recently, assuming the site has changed, is throwing a EcmaError, not being able to read a property. Is that error also actually the real reason the links are not being added? https://www.werkenbijrocwestbrabant.nl/ This site, same CMS, is partially working and i get no error. But i cannot get all the links. In case of the first site, is the error responsible for the problem, and if so, how could we work around it? And in case of the second site, if there is no error, but also no desired outcome, where to look for the solution? Many thanks, Markus |