mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(mobile): make experimental Android support more present (#6932)
This commit is contained in:
parent
8c13f679b7
commit
42a9e4a0d3
@ -1,7 +1,7 @@
|
||||
# class: Android
|
||||
* langs: js
|
||||
|
||||
Playwright has **experimental** support for Android automation. You can access android namespace via:
|
||||
Playwright has **experimental** support for Android automation. See [here](./mobile.md) for more information. You can access android namespace via:
|
||||
|
||||
```js
|
||||
const { _android: android } = require('playwright');
|
||||
|
||||
@ -58,4 +58,4 @@ Playwright enables fast, reliable and capable automation across all modern brows
|
||||
|
||||
* **Legacy Edge and IE11 support**. Playwright does not support legacy Microsoft Edge or IE11 ([deprecation notice](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666)). The new Microsoft Edge (on Chromium) is supported.
|
||||
|
||||
* **Test on real mobile devices**: Playwright uses desktop browsers to emulate mobile devices. If you are interested in running on real mobile devices, please [upvote this issue](https://github.com/microsoft/playwright/issues/1122).
|
||||
* **Test on real mobile devices**: Playwright uses desktop browsers to emulate mobile devices. There is experimental Android support available see [here](https://playwright.dev/docs/mobile). If you are interested in iOS, please [upvote this issue](https://github.com/microsoft/playwright/issues/1122).
|
||||
|
||||
3
types/types.d.ts
vendored
3
types/types.d.ts
vendored
@ -7871,7 +7871,8 @@ export {};
|
||||
|
||||
|
||||
/**
|
||||
* Playwright has **experimental** support for Android automation. You can access android namespace via:
|
||||
* Playwright has **experimental** support for Android automation. See [here](https://playwright.dev/docs/mobile) for more information. You can
|
||||
* access android namespace via:
|
||||
*
|
||||
* ```js
|
||||
* const { _android: android } = require('playwright');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user