WebView supplementalDescription:"Color Viewer Slider Example" focusable focused actions:[CLEAR_FOCUS, AX_FOCUS] bundle:[chromeRole="rootWebArea"] ++View viewIdResName:"ex1" actions:[AX_FOCUS] bundle:[chromeRole="genericContainer"] ++++View containerTitle:"Color Viewer" actions:[AX_FOCUS] bundle:[chromeRole="group"] ++++++TextView text:"Color Viewer" viewIdResName:"id-color-viewer" heading actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="heading", roleDescription="heading 3"] ++++++TextView text:"Red" viewIdResName:"id-red" actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="genericContainer"] ++++++SeekBar supplementalDescription:"Red" clickable focusable RangeInfo:[current=128.0, min=0.0, max=255.0] actions:[FOCUS, CLICK, AX_FOCUS, SET_PROGRESS] bundle:[chromeRole="slider"] ++++++TextView text:"Green" viewIdResName:"id-green" actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="genericContainer"] ++++++SeekBar supplementalDescription:"Green" clickable focusable RangeInfo:[current=128.0, min=0.0, max=255.0] actions:[FOCUS, CLICK, AX_FOCUS, SET_PROGRESS] bundle:[chromeRole="slider"] ++++++TextView text:"Blue" viewIdResName:"id-blue" actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="genericContainer"] ++++++SeekBar supplementalDescription:"Blue" clickable focusable RangeInfo:[current=128.0, min=0.0, max=255.0] actions:[FOCUS, CLICK, AX_FOCUS, SET_PROGRESS] bundle:[chromeRole="slider"] ++++++TextView text:"Color View Box" heading actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="heading", roleDescription="heading 4"] ++++++View actions:[AX_FOCUS] bundle:[chromeRole="labelText"] ++++++++TextView text:"Color (HEX): " actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="staticText"] ++++++++EditText text:"#808080" supplementalDescription:"Color (HEX):" clickable focusable inputType:1 textSelectionStart:7 textSelectionEnd:7 actions:[FOCUS, CLICK, AX_FOCUS, NEXT, PREVIOUS, COPY, SET_SELECTION] bundle:[chromeRole="textField", clickableScore="300"] ++++++View actions:[AX_FOCUS] bundle:[chromeRole="labelText"] ++++++++TextView text:"Color (RGB): " actions:[AX_FOCUS, NEXT, PREVIOUS] bundle:[chromeRole="staticText"] ++++++++EditText text:"128, 128, 128" supplementalDescription:"Color (RGB):" clickable focusable inputType:1 textSelectionStart:13 textSelectionEnd:13 actions:[FOCUS, CLICK, AX_FOCUS, NEXT, PREVIOUS, COPY, SET_SELECTION] bundle:[chromeRole="textField", clickableScore="300"]