2021-05-13 15:14:35 -03:00
|
|
|
## method: Request.PostDataJSON
|
2021-03-11 17:14:10 +01:00
|
|
|
* langs: csharp
|
2021-05-26 07:28:26 -07:00
|
|
|
- returns: <[JsonElement?]>
|
2021-03-11 17:14:10 +01:00
|
|
|
|
2021-05-13 15:14:35 -03:00
|
|
|
Returns parsed request's body for `form-urlencoded` and JSON as a fallback if any.
|
2021-03-11 17:14:10 +01:00
|
|
|
|
2021-05-13 15:14:35 -03:00
|
|
|
When the response is `application/x-www-form-urlencoded` then a key/value object of the values will be returned.
|
|
|
|
Otherwise it will be parsed as JSON.
|
2021-05-26 15:11:31 -07:00
|
|
|
|
|
|
|
### param: BrowserContext.waitForPage.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Frame.waitForNavigation.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForConsoleMessage.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForDownload.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForFileChooser.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForPopup.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForRequestFinished.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForNavigation.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForWebSocket.action = %%-csharp-wait-for-event-action-%%
|
|
|
|
### param: Page.waitForWorker.action = %%-csharp-wait-for-event-action-%%
|