class Playwright::ElementHandle::DblclickOptions
- Playwright::ElementHandle::DblclickOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/elementhandle.crConstructors
- .new(pull : JSON::PullParser)
- .new(button = 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?)
- #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) : DblclickOptions
- #with_position(position : Position) : DblclickOptions
Constructor Detail
def self.new(button = nil, delay = nil, position = nil, modifiers = nil, force = nil, no_wait_after = nil, timeout = nil)
#