I am trying to get the body of an html page. When I make a get request, the body is empty (there are no divs), the content of that body is dynamic (because the page is an audio call). I want to know if there is a way to capture that body and dynamic content.
The body look like this:
<body>
<div id="react"></div>
</body>
</html>
My goal is to use it in ruby. Is there an api that allows this?