Table of Contents

Class MouseDownOptions

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

Constructors

MouseDownOptions()

public MouseDownOptions()

MouseDownOptions(MouseDownOptions)

public MouseDownOptions(MouseDownOptions clone)

Parameters

clone MouseDownOptions

Properties

Button

Defaults to left.

[JsonPropertyName("button")]
public MouseButton? Button { get; set; }

Property Value

MouseButton?

ClickCount

defaults to 1. See .

[JsonPropertyName("clickCount")]
public int? ClickCount { get; set; }

Property Value

int?