Class DownOptions
- Namespace
- PuppeteerSharp.Input
- Assembly
- PuppeteerSharp.dll
options to use with DownAsync(string, DownOptions).
public class DownOptions
- Inheritance
-
DownOptions
- Derived
Properties
Text
If specified, generates an input event with this text.
public string Text { get; set; }