Hi, everyone, I am very young in TD but have to handle a complicated project. I’m facing a very critical issue hoping for help.
I’m using the webclient Dat to read a dynamic content website hopefully to read out the source code content in TD. However, it turns out that TD only read the blank index page but not the dynamic content with the same website link. This is because different source codes are showing between the Inspect view and the page source view!! TD only read the blank page source!
I need TD can read out the dynamic content once it has changed the content in real-time. Are there other solutions other than using the webclient Dat? Or another approach on website is also welcome.
Did you build the website yourself?
The problem with SPA-Webapps from frameworks like this is that they generate the content in the browser using javaScript. The webclientDAT does not execute javascript.
If you have built the website yourself you can try to transition to NuxtJS to enable serverSideRendering. Instead of the WebBrowser generating the website the server will do that (but stil being dynamic).
You could also try hacking around with the webrenderTOP which is a full browser with Javascript. You can inject some javascript to relay certain information. Or maybe it is possible to inspect the raw HTML from TD via infoDAT? (@selina ?)
you will have to analyze the javascript that populates the website. In the above example there is a reference to a javascript file that contains a variety of functions that seem to pull relevant content. For example: