class Playwright::Page::AddScriptTagParams

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(url = nil, path = nil, content = nil, type = nil) #

[View source]

Instance Method Detail

def content : String? #

[View source]
def content=(content : String?) #

[View source]
def path : String? #

[View source]
def path=(path : String?) #

[View source]
def type : String? #

[View source]
def type=(type : String?) #

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]