Class MouseUpOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class MouseUpOptions
- Inheritance
-
MouseUpOptions
- Inherited Members
Constructors
MouseUpOptions()
public MouseUpOptions()
MouseUpOptions(MouseUpOptions)
public MouseUpOptions(MouseUpOptions clone)
Parameters
clone
MouseUpOptions
Properties
Button
Defaults to left
.
[JsonPropertyName("button")]
public MouseButton? Button { get; set; }
Property Value
ClickCount
defaults to 1. See
[JsonPropertyName("clickCount")]
public int? ClickCount { get; set; }
Property Value
- int?