I have a web page https://wpt1.ide4.bid/
The source code and Inspected code via chrome are different.
Is there any way to get inspected code via js after page load or 5 seconds and store it?
How would i achieve this?
currently i am not able to get the javascript working because it saves source code.
document.getElementById("main-region").textContent.indexOf('Thank You For scheduling 22')
Any help will be aprreciated!