Not able to inspect overlay screen in the app

Hello,

I am doing automation for the native app using Appium but in the application overlay is there because of that I am not able to inspect and take the locator of any element in the overlay screen, kindly anyone share your thoughts/solution on this issue ,Thanks in advance .


dumb questions first, does this app implement a secure screen blanking ? is this a debug build? is there a reason for 2 wifi adapters? what else is unusual perhaps about the OS?

1 Like

This is not overlay. It is webView without debug settings. Ask developers to build test app with enabled webView debugging mode.

In most cases it is

WebView.setWebContentsDebuggingEnabled(true)
2 Likes