I am trying to use a HTTPCaller to call a website.
The problem is that the website first is showing a loading-page while it's loading some data and after up to 8 seconds the new page is showing.
The problem is that the HTTPCaller just gets the loading-page. Is there a way to let the HTTPCaller to wait until the new page is retrieved?