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
|
||||
- returns: <[EventContextManager]<[Page]>>
|
||||
|
||||
## async method: Page.waitForWebSocket
|
||||
* langs: python
|
||||
- returns: <[EventContextManager]<[WebSocket]>>
|
||||
|
||||
## async method: Page.waitForWorker
|
||||
* langs: python
|
||||
- returns: <[EventContextManager]<[Worker]>>
|
||||
|
|
@ -135,6 +139,10 @@ Raw script content.
|
|||
* langs: python
|
||||
- returns: <[EventContextManager]<[Request]>>
|
||||
|
||||
## async method: Page.waitForRequestFinished
|
||||
* langs: python
|
||||
- returns: <[EventContextManager]<[Request]>>
|
||||
|
||||
## async method: Page.waitForResponse
|
||||
* langs: python
|
||||
- returns: <[EventContextManager]<[Response]>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue