Appium Inspector not able to detect some Elements

Hello Appium members ^^
I have a problem when trying to locate Elements on Android Screen,
so Appium Inspector and Andoird automator are not able to detect object on screen, some thing like a view displayed on top of screen. Appium Inspector still locate the elements which is diplayed below current view. I don’t know how to locate and get information of All Elements, You can see that: App Source is same(source of home screen) although two screens is different, please help me.
for example:

Try to enable the enableMultiWindows setting before getting the page source

1 Like

thank you very much,
this issue is solved ^^

Hi, Does this works on Espresso Driver too?
I am having trouble with elements not being detected in Espresso only.
I tried enableMultiWindows and is still the same. Thanks