mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
24 lines
537 B
Markdown
24 lines
537 B
Markdown
# class: AndroidWebView
|
|
* langs: js
|
|
|
|
[AndroidWebView] represents a WebView open on the [AndroidDevice]. WebView is usually obtained using [`method: AndroidDevice.webView`].
|
|
|
|
## event: AndroidWebView.close
|
|
|
|
Emitted when the WebView is closed.
|
|
|
|
## async method: AndroidWebView.page
|
|
- returns: <[Page]>
|
|
|
|
Connects to the WebView and returns a regular Playwright [Page] to interact with.
|
|
|
|
## method: AndroidWebView.pid
|
|
- returns: <[int]>
|
|
|
|
WebView process PID.
|
|
|
|
## method: AndroidWebView.pkg
|
|
- returns: <[string]>
|
|
|
|
WebView package identifier.
|