Package com.microsoft.playwright
Class Mouse.DownOptions
- java.lang.Object
-
- com.microsoft.playwright.Mouse.DownOptions
-
-
Field Summary
Fields Modifier and Type Field Description MouseButton
button
Defaults toleft
.Integer
clickCount
defaults to 1.
-
Constructor Summary
Constructors Constructor Description DownOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mouse.DownOptions
setButton(MouseButton button)
Defaults toleft
.Mouse.DownOptions
setClickCount(int clickCount)
defaults to 1.
-
-
-
Field Detail
-
button
public MouseButton button
Defaults toleft
.
-
clickCount
public Integer clickCount
defaults to 1. See [UIEvent.detail].
-
-
Method Detail
-
setButton
public Mouse.DownOptions setButton(MouseButton button)
Defaults toleft
.
-
setClickCount
public Mouse.DownOptions setClickCount(int clickCount)
defaults to 1. See [UIEvent.detail].
-
-