Is there a way to get control of loaded chrome page on Android?

I am trying to test a mobile browser page on Android. This page is launched from another native app.

Is there a way to get information of the loaded web page? The URL is dynamically generated and don’t have control over it. I am using Appium for mobile testing.

Thanks