Table of Contents

Class KeyboardTypeOptions

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class KeyboardTypeOptions
Inheritance
KeyboardTypeOptions
Inherited Members

Constructors

KeyboardTypeOptions()

public KeyboardTypeOptions()

KeyboardTypeOptions(KeyboardTypeOptions)

public KeyboardTypeOptions(KeyboardTypeOptions clone)

Parameters

clone KeyboardTypeOptions

Properties

Delay

Time to wait between key presses in milliseconds. Defaults to 0.

[JsonPropertyName("delay")]
public float? Delay { get; set; }

Property Value

float?