class Playwright::Accessibility::SnapshotOptions

Included Modules

Defined in:

playwright/accessibility.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(interesting_only = nil, root = nil) #

[View source]

Instance Method Detail

def interesting_only : Bool? #

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

[View source]
def root : ElementHandle? #

[View source]
def root=(root : ElementHandle?) #

[View source]