Table of Contents

Class KeyDownAction

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

Constructors

KeyDownAction(char)

public KeyDownAction(char Value)

Parameters

Value char

Properties

Value

public char Value { get; init; }

Property Value

char