class Playwright::Page::CheckOptions

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(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 no_wait_after : Bool? #

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

[View source]
def timeout : Int32? #

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

[View source]