Table of Contents

Class Key.Down

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

Constructors

Down(char)

public Down(char Value)

Parameters

Value char

Properties

Value

public char Value { get; init; }

Property Value

char