Package com.microsoft.playwright
Class Mouse.UpOptions
- java.lang.Object
-
- com.microsoft.playwright.Mouse.UpOptions
-
-
Field Summary
Fields Modifier and Type Field Description Mouse.Button
button
Defaults toleft
.Integer
clickCount
defaults to 1.
-
Constructor Summary
Constructors Constructor Description UpOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mouse.UpOptions
withButton(Mouse.Button button)
Mouse.UpOptions
withClickCount(Integer clickCount)
-
-
-
Field Detail
-
button
public Mouse.Button button
Defaults toleft
.
-
clickCount
public Integer clickCount
defaults to 1. See UIEvent.detail.
-
-
Method Detail
-
withButton
public Mouse.UpOptions withButton(Mouse.Button button)
-
withClickCount
public Mouse.UpOptions withClickCount(Integer clickCount)
-
-