Table of Contents

Class GetRequestPostDataCommandSettings

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

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

public sealed class GetRequestPostDataCommandSettings : ICommand
Inheritance
GetRequestPostDataCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Identifier of the network request to get content for.

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string