class Playwright::Page::ClickOptions
- Playwright::Page::ClickOptions
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
playwright/page.crConstructors
- .new(pull : JSON::PullParser)
 - .new(button = nil, click_count = nil, delay = nil, position = nil, modifiers = nil, force = nil, no_wait_after = nil, timeout = nil)
 
Instance Method Summary
- #button : Mouse::Button?
 - #button=(button : Mouse::Button?)
 - #click_count : Int32?
 - #click_count=(click_count : Int32?)
 - #delay : Int32?
 - #delay=(delay : Int32?)
 - #force : Bool?
 - #force=(force : Bool?)
 - #modifiers : Set(Keyboard::Modifier)?
 - #modifiers=(modifiers : Set(Keyboard::Modifier)?)
 - #no_wait_after : Bool?
 - #no_wait_after=(no_wait_after : Bool?)
 - #position : Position?
 - #position=(position : Position?)
 - #timeout : Int32?
 - #timeout=(timeout : Int32?)
 - #with_position(x : Int32, y : Int32) : ClickOptions
 - #with_position(position : Position) : ClickOptions
 
Constructor Detail
        
        def self.new(button = nil, click_count = nil, delay = nil, position = nil, modifiers = nil, force = nil, no_wait_after = nil, timeout = nil)
        #