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, IEnumerable<TSourceAction>)

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

Parameters

Id string
Actions IEnumerable<TSourceAction>

Properties

Actions

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

Property Value

IEnumerable<TSourceAction>

Id

public string Id { get; init; }

Property Value

string