Table of Contents

Class KeySourceActions

Namespace
OpenQA.Selenium.BiDi.Input
Assembly
Selenium.WebDriver.dll
public sealed record KeySourceActions : SourceActions<IKeySourceAction>, IEquatable<SourceActions>, IEquatable<SourceActions<IKeySourceAction>>, IEquatable<KeySourceActions>
Inheritance
KeySourceActions
Implements
Inherited Members

Constructors

KeySourceActions(string, IEnumerable<IKeySourceAction>)

public KeySourceActions(string Id, IEnumerable<IKeySourceAction> Actions)

Parameters

Id string
Actions IEnumerable<IKeySourceAction>

Methods

Type(string)

[Obsolete("This helper method will be removed in a future version. Use KeyDownAction and KeyUpAction directly instead.")]
public KeySourceActions Type(string text)

Parameters

text string

Returns

KeySourceActions