mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
docs(python): enable Route.fulfill.response
This commit is contained in:
parent
ded3d976cb
commit
2815180162
@ -221,7 +221,7 @@ File path to respond with. The content type will be inferred from file extension
|
|||||||
is resolved relative to the current working directory.
|
is resolved relative to the current working directory.
|
||||||
|
|
||||||
### option: Route.fulfill.response
|
### option: Route.fulfill.response
|
||||||
* langs: js, java
|
* langs: js, java, python
|
||||||
- `response` <[APIResponse]>
|
- `response` <[APIResponse]>
|
||||||
|
|
||||||
[APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.
|
[APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.
|
||||||
|
Loading…
Reference in New Issue
Block a user