Skip to content

Commit 42a9e4a

Browse files
authored
docs(mobile): make experimental Android support more present (#6932)
1 parent 8c13f67 commit 42a9e4a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/src/api/class-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# class: Android
22
* langs: js
33

4-
Playwright has **experimental** support for Android automation. You can access android namespace via:
4+
Playwright has **experimental** support for Android automation. See [here](./mobile.md) for more information. You can access android namespace via:
55

66
```js
77
const { _android: android } = require('playwright');

docs/src/why-playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Playwright enables fast, reliable and capable automation across all modern brows
5858

5959
* **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.
6060

61-
* **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).
61+
* **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).

types/types.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7871,7 +7871,8 @@ export {};
78717871

78727872

78737873
/**
7874-
* Playwright has **experimental** support for Android automation. You can access android namespace via:
7874+
* Playwright has **experimental** support for Android automation. See [here](https://playwright.dev/docs/mobile) for more information. You can
7875+
* access android namespace via:
78757876
*
78767877
* ```js
78777878
* const { _android: android } = require('playwright');

0 commit comments

Comments
 (0)