Robot and SSR (Server Side Rendering)

I’m developing tests with Robot to validate an SSR (Server Side Rendering) application
I’m having some problems running the tests, some elements are available on the page. But they are being rendered on the server.
In this way, Robot interacts with the element, but the application does not respond. Example: clicks but does not take to another page.

I’ve looked everywhere but haven’t found a way for Robot to be able to ‘wait’ for components to render. I can only wait if it is visible on the page.

Please, has anyone worked with Robot in SSR applications?

Do you know where I can get more information?