class Playwright::ElementHandle::TapOptions

Included Modules

Defined in:

playwright/elementhandle.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(position = nil, modifiers = nil, force = nil, no_wait_after = nil, timeout = nil) #

[View source]

Instance Method Detail

def force : Bool? #

[View source]
def force=(force : Bool?) #

[View source]
def modifiers : Set(Keyboard::Modifier)? #

[View source]
def modifiers=(modifiers : Set(Keyboard::Modifier)?) #

[View source]
def no_wait_after : Bool? #

[View source]
def no_wait_after=(no_wait_after : Bool?) #

[View source]
def position : Position? #

[View source]
def position=(position : Position?) #

[View source]
def timeout : Int32? #

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

[View source]