Problem capturing html content inside another html

Hi there,
My problem is that it does not allow me to capture an object that is inside another html.
I show screen:

I have tried adding a WebElement but it does not display it either.

Would you know how I could capture the content?

Thanks

I’m not sure why the developers of that page decided to use <object> and not <iframe>. I do recall there are notable differences in how the two behave, though I don’t recall what, specifically - permissions and security related maybe? Anyway…

I think even constructing your own Test Objects might be challenging. Have you tried accessing the elements using XPath or CSS? Try to get an XPath In DevTools and let me know how that looks (post it here).

Is the page available on the public web?