class Playwright::Mouse::DblclickOptions

Included Modules

Defined in:

playwright/mouse.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(button = nil, delay = nil) #

[View source]

Instance Method Detail

def button : Button? #

[View source]
def button=(button : Button?) #

[View source]
def delay : Int32? #

[View source]
def delay=(delay : Int32?) #

[View source]