AndroidWebView
AndroidWebView represents a WebView open on the AndroidDevice. WebView is usually obtained using androidDevice.webView(selector[, options]).
#
androidWebView.on('close')Emitted when the WebView is closed.
#
androidWebView.page()Connects to the WebView and returns a regular Playwright Page to interact with.
#
androidWebView.pid()WebView process PID.
#
androidWebView.pkg()WebView package identifier.