Method: UIRecorder::WDAUIParser#tree_node_template

Defined in:
lib/uirecorder/wda_ui_parser.rb

#tree_node_templateObject



22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# File 'lib/uirecorder/wda_ui_parser.rb', line 22

def tree_node_template
  {
    isEnabled: nil,
    isVisible: nil,
    frame: nil,
    children: nil,
    rect: nil,
    value: nil,
    label: nil,
    type: nil,
    name: nil,
    rawIdentifier: nil,
    path: nil
  }
end