Table of Contents

Class GetRequestPostDataCommandResponse

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

Response for GetRequestPostData

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

Properties

PostData

Gets or sets the postData

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

Property Value

string