| Function Summary | |
getActiveDescendant(?Element element) ⇒ ?ElementGets the activedescendant of the given element. | |
getRole(?Element element) ⇒ stringGets role of an element. | |
getState(?Element element, string stateName) ⇒ stringGets value of specified state or property. | |
setActiveDescendant(?Element element, ?Element activeElement)Sets the activedescendant value for an element. | |
setRole(?Element element, string roleName)Sets the role of an element. | |
setState(?Element element, string state, (boolean|number|string) value)Sets the state or property of an element. | |