class Playwright::AccessibilityNode

Included Modules

Defined in:

playwright/impl/accessibility_node.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def autocomplete : String? #

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

[View source]
def checked : CheckedState? #

[View source]
def checked=(checked : CheckedState?) #

[View source]
def children : Array(AccessibilityNode)? #

[View source]
def children=(children : Array(AccessibilityNode)?) #

[View source]
def description : String? #

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

[View source]
def disabled : Bool? #

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

[View source]
def expanded : Bool? #

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

[View source]
def focused : Bool? #

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

[View source]
def haspopup : String | Bool | Nil #

[View source]
def haspopup=(haspopup : String | Bool | Nil) #

[View source]
def invalid : String? #

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

[View source]
def keyshortcuts : String? #

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

[View source]
def level : Int32? #

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

[View source]
def modal : Bool? #

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

[View source]
def multiline : Bool? #

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

[View source]
def multiselectable : Bool? #

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

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def orientation : String? #

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

[View source]
def pressed : PressedState? #

[View source]
def pressed=(pressed : PressedState?) #

[View source]
def readonly : Bool? #

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

[View source]
def required : Bool? #

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

[View source]
def role : String #

[View source]
def role=(role : String) #

[View source]
def roledescription : String? #

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

[View source]
def selected : Bool? #

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

[View source]
def value_number : Number? #

[View source]
def value_number=(value_number : Number?) #

[View source]
def value_string : String? #

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

[View source]
def valuemax : Float64? #

[View source]
def valuemax=(valuemax : Float64?) #

[View source]
def valuemin : Float64? #

[View source]
def valuemin=(valuemin : Float64?) #

[View source]
def valuetext : String? #

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

[View source]