Hi! We need to be able to take a screenshot of a custom React OSDK application within Foundry. We tried to set up a compute module with a playwright script that would navigate to the application, take a screenshot, then upload it to a media set through OSDK. However, we ran into issues with authentication and it seems that there’s no way to authenticate in an approved way. Has anyone had a workflow before that required screenshotting something within Foundry, and is there anyway to natively screenshot a React OSDK app when its static assets aren’t loaded? Thanks!