class Playwright::Page::TapOptions
- Playwright::Page::TapOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
- .new(pull : JSON::PullParser)
- .new(position = nil, modifiers = nil, no_wait_after = nil, force = nil, timeout = nil)
Instance Method Summary
- #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?)