class Playwright::AccessibilityNode
- Playwright::AccessibilityNode
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/impl/accessibility_node.crConstructors
Instance Method Summary
- #autocomplete : String?
- #autocomplete=(autocomplete : String?)
- #checked : CheckedState?
- #checked=(checked : CheckedState?)
- #children : Array(AccessibilityNode)?
- #children=(children : Array(AccessibilityNode)?)
- #description : String?
- #description=(description : String?)
- #disabled : Bool?
- #disabled=(disabled : Bool?)
- #expanded : Bool?
- #expanded=(expanded : Bool?)
- #focused : Bool?
- #focused=(focused : Bool?)
- #haspopup : String | Bool | Nil
- #haspopup=(haspopup : String | Bool | Nil)
- #invalid : String?
- #invalid=(invalid : String?)
- #keyshortcuts : String?
- #keyshortcuts=(keyshortcuts : String?)
- #level : Int32?
- #level=(level : Int32?)
- #modal : Bool?
- #modal=(modal : Bool?)
- #multiline : Bool?
- #multiline=(multiline : Bool?)
- #multiselectable : Bool?
- #multiselectable=(multiselectable : Bool?)
- #name : String
- #name=(name : String)
- #orientation : String?
- #orientation=(orientation : String?)
- #pressed : PressedState?
- #pressed=(pressed : PressedState?)
- #readonly : Bool?
- #readonly=(readonly : Bool?)
- #required : Bool?
- #required=(required : Bool?)
- #role : String
- #role=(role : String)
- #roledescription : String?
- #roledescription=(roledescription : String?)
- #selected : Bool?
- #selected=(selected : Bool?)
- #value_number : Number?
- #value_number=(value_number : Number?)
- #value_string : String?
- #value_string=(value_string : String?)
- #valuemax : Float64?
- #valuemax=(valuemax : Float64?)
- #valuemin : Float64?
- #valuemin=(valuemin : Float64?)
- #valuetext : String?
- #valuetext=(valuetext : String?)