Class ChannelProperties
- Namespace
- OpenQA.Selenium.BiDi.Script
- Assembly
- WebDriver.dll
public sealed record ChannelProperties : IEquatable<ChannelProperties>
- Inheritance
-
ChannelProperties
- Implements
-
- Inherited Members
-
Constructors
ChannelProperties(Channel)
public ChannelProperties(Channel Channel)
Parameters
Channel
Channel
Properties
Channel
public Channel Channel { get; init; }
Property Value
- Channel
Ownership
public ResultOwnership? Ownership { get; set; }
Property Value
- ResultOwnership?
SerializationOptions
public SerializationOptions? SerializationOptions { get; set; }
Property Value
- SerializationOptions