class

Playwright::Mouse::DownOptions

Inherits JSON::Serializable / Reference / Object

Constructors

new(button : Playwright::Mouse::Button | Nil = nil, click_count : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

button

Defaults to left.

Source
button=(button : Button | Nil)

Defaults to left.

Source
click_count

defaults to 1. See UIEvent.detail.

Source
click_count=(click_count : Int32 | Nil)

defaults to 1. See UIEvent.detail.

Source