Table of Contents

Class PostDataEntry

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Post data entry for HTTP request

public sealed record PostDataEntry : IEquatable<PostDataEntry>
Inheritance
PostDataEntry
Implements
Inherited Members

Constructors

PostDataEntry()

Post data entry for HTTP request

public PostDataEntry()

Properties

Bytes

public string? Bytes { get; init; }

Property Value

string