class Playwright::Page::GoForwardOptions

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def timeout : Int32? #

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

[View source]
def wait_until : Frame::LoadState? #

[View source]
def wait_until=(wait_until : Frame::LoadState?) #

[View source]