Table of Contents

Class SourceActions<T>

Namespace
OpenQA.Selenium.BiDi.Modules.Input
Assembly
WebDriver.dll
public record SourceActions<T> : SourceActions, IEquatable<SourceActions>, IEnumerable<ISourceAction>, IEnumerable, IEquatable<SourceActions<T>> where T : ISourceAction

Type Parameters

T
Inheritance
SourceActions<T>
Implements
Derived
Inherited Members

Properties

Actions

public IList<ISourceAction> Actions { get; set; }

Property Value

IList<ISourceAction>

Methods

Add(ISourceAction)

public void Add(ISourceAction action)

Parameters

action ISourceAction

GetEnumerator()

public IEnumerator<ISourceAction> GetEnumerator()

Returns

IEnumerator<ISourceAction>