im trying to fetch() a webpage and get its HTML as a string in the response, but this page loads even after being fully loaded from the browser, does anyone know how can i get the HTML of the webpage after it fully loads maybe a function that waits for element or an xhr (xmlHttpRequest()) ??