I have a native app in Android, which I am testing. There is a settings menu button on the top clicking on which the menu opens up, which covers the screen partially.I am able to get the element id/class, etc from the UIautomator for the various elements in the menu. However, once the menu opens up I am unable to get access of elements on the menu from Appium. All operations to get the list of elements by classname/id, returns the list of element present on the homepage of my app(the layer under the menu). How can this be resolved?