class Playwright::ElementHandle::WaitForSelectorOptions

Included Modules

Defined in:

playwright/elementhandle.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(state = nil, timeout = nil) #

[View source]

Instance Method Detail

def state : State? #

[View source]
def state=(state : State?) #

[View source]
def timeout : Int32? #

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

[View source]