Table of Contents

Class GetRequestPostDataCommandResponse

Namespace
OpenQA.Selenium.DevTools.V143.Network
Assembly
WebDriver.dll

Response for Returns post data sent with the request. Returns an error when no data was sent with the request.

public sealed class GetRequestPostDataCommandResponse : ICommandResponse<GetRequestPostDataCommandSettings>, ICommandResponse
Inheritance
GetRequestPostDataCommandResponse
Implements
Inherited Members
Extension Methods

Properties

PostData

Request body string, omitting files from multipart requests

[JsonPropertyName("postData")]
public string PostData { get; set; }

Property Value

string