Class TypeOptions
- Namespace
- PuppeteerSharp.Input
- Assembly
- PuppeteerSharp.dll
Options to use when typing.
public class TypeOptions
- Inheritance
-
TypeOptions
Properties
Delay
Time to wait between keydown
and keyup
in milliseconds. Defaults to 0.
public int? Delay { get; set; }
Property Value
- int?