I'm trying to fetch an URL from another page (need to check if some classes there are available).
Unfortunately, when I get a response from the server and read HTML I don't get full content - some parts are loaded by React after my fetch finishes. Is there any way to get the content without opening this page in another tab?