Class PressOptions
- Namespace
- PuppeteerSharp.Input
- Assembly
- PuppeteerSharp.dll
options to use when pressing a key.
public class PressOptions : DownOptions
- Inheritance
-
PressOptions
Properties
Delay
Time to wait between keydown
and keyup
in milliseconds. Defaults to 0.
public int? Delay { get; set; }
Property Value
- int?