Chrome screen "Open with Chrome" or "Use a different app" - how to handle?

Hi All,

I need to click on buttons on this new screen shown over chrome browser. I’m not sure if it’s part of Chrome or different app.

Please clarify how to handle it. I tried looking into page source but this new screen’s contents are not visible.

Thanks in advance.

Regards,
Vikram

Found the solution as below

New screen is not part of Chrome but considered as native app

@se.available_contexts
@se.set_context(“NATIVE_APP”)
@se.page

where @se = = @appium_driver.start_driver ( I use ARC to find out elements’ locator )

Regards,
Vikram