Canvas element not captured

Hello

I need to capture an info about my team, but this page had canvas element. When I executed my script, it doesn’t capture the info.

Tks!
Cícero

@cicerodistill it is currently not possible to monitor changes to canvas elements because it doesn’t contain the rendered information in elements or attributes.

I am assuming that the team’s information rendered in canvas. A solution could be to monitor changed to the data is used to render the canvas instead. That could require using the network tab to find the network request used to fetch and load the data. Can you try doing that?