docs: filter out devices section in java (#5562)
This commit is contained in:
parent
1ee46a8cc0
commit
0ad2aceb2d
|
|
@ -74,4 +74,3 @@ are downloading a file since your main control flow is not awaiting for this ope
|
||||||
### API reference
|
### API reference
|
||||||
- [Download]
|
- [Download]
|
||||||
- [`event: Page.download`]
|
- [`event: Page.download`]
|
||||||
- [`method: Page.waitForEvent`]
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ can be changed for individual pages.
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## Devices
|
## Devices
|
||||||
|
* langs: js, python
|
||||||
|
|
||||||
Playwright comes with a registry of device parameters for selected mobile devices. It can be used to simulate browser
|
Playwright comes with a registry of device parameters for selected mobile devices. It can be used to simulate browser
|
||||||
behavior on a mobile device:
|
behavior on a mobile device:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue