Table of Contents

Class BytesValue

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(BytesValue.String), "string")]
[JsonDerivedType(typeof(BytesValue.Base64), "base64")]
public abstract record BytesValue : IEquatable<BytesValue>
Inheritance
BytesValue
Implements
Derived
Inherited Members

Operators

implicit operator BytesValue(string)

public static implicit operator BytesValue(string value)

Parameters

value string

Returns

BytesValue