Table of Contents

Class DownOptions

Namespace
PuppeteerSharp.Input
Assembly
PuppeteerSharp.dll

options to use with DownAsync(string, DownOptions).

public class DownOptions
Inheritance
DownOptions
Derived

Properties

Commands

If specified, the commands of keyboard shortcuts. See Chromium Source Code for valid command names.

public string[] Commands { get; set; }

Property Value

string[]

Text

If specified, generates an input event with this text.

public string Text { get; set; }

Property Value

string