docs(python): add expect wrapper aliases for roll (#6809)
This commit is contained in:
parent
47d4d473d0
commit
9c42192207
|
|
@ -107,6 +107,10 @@ Raw script content.
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[EventContextManager]<[Page]>>
|
- returns: <[EventContextManager]<[Page]>>
|
||||||
|
|
||||||
|
## async method: Page.waitForWebSocket
|
||||||
|
* langs: python
|
||||||
|
- returns: <[EventContextManager]<[WebSocket]>>
|
||||||
|
|
||||||
## async method: Page.waitForWorker
|
## async method: Page.waitForWorker
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[EventContextManager]<[Worker]>>
|
- returns: <[EventContextManager]<[Worker]>>
|
||||||
|
|
@ -135,6 +139,10 @@ Raw script content.
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[EventContextManager]<[Request]>>
|
- returns: <[EventContextManager]<[Request]>>
|
||||||
|
|
||||||
|
## async method: Page.waitForRequestFinished
|
||||||
|
* langs: python
|
||||||
|
- returns: <[EventContextManager]<[Request]>>
|
||||||
|
|
||||||
## async method: Page.waitForResponse
|
## async method: Page.waitForResponse
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[EventContextManager]<[Response]>>
|
- returns: <[EventContextManager]<[Response]>>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue