class

Playwright::Mouse::DblclickOptions

Inherits JSON::Serializable / Reference / Object

Constructors

new(button : Playwright::Mouse::Button | Nil = nil, delay : 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
delay

Time to wait between mousedown and mouseup in milliseconds. Defaults to 0.

Source
delay=(delay : Int32 | Nil)

Time to wait between mousedown and mouseup in milliseconds. Defaults to 0.

Source