class Playwright::Mouse::DownOptions

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, click_count = nil) #

[View source]

Instance Method Detail

def button : Button? #

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

[View source]
def click_count : Int32? #

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

[View source]