| D | ui_utils.py | 46 _GET_ON_SCREEN_ITEMS = "findAll({attributes:{role: 'staticText'},state:{" \ 56 def is_obj_restricted(self, name, isRegex=False, role=None): argument 63 @param role: Parameter to provide to the 'role' attribute. 67 role=role, 80 def item_present(self, name, isRegex=False, flip=False, role=None): argument 87 @param role: Parameter to provide to the 'role' attribute. 97 role=role, 108 role=None, argument 116 @param role: Parameter to provide to the 'role' attribute. 127 role=role), [all …]
|