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