Table of Contents

Class SourceActions<TSourceAction>

Namespace
OpenQA.Selenium.BiDi.Input
Assembly
Selenium.WebDriver.dll
public abstract record SourceActions<TSourceAction> : SourceActions, IEquatable<SourceActions>, IEquatable<SourceActions<TSourceAction>> where TSourceAction : ISourceAction

Type Parameters

TSourceAction
Inheritance
SourceActions<TSourceAction>
Implements
IEquatable<SourceActions<TSourceAction>>
Derived
Inherited Members

Constructors

SourceActions(string, ImmutableArray<TSourceAction>)

protected SourceActions(string Id, ImmutableArray<TSourceAction> Actions)

Parameters

Id string
Actions ImmutableArray<TSourceAction>

Properties

Actions

public ImmutableArray<TSourceAction> Actions { get; init; }

Property Value

ImmutableArray<TSourceAction>

Id

public string Id { get; init; }

Property Value

string