Lines Matching full:role
53 def is_obj_restricted(self, name, isRegex=False, role=None): argument
60 @param role: Parameter to provide to the 'role' attribute.
64 role=role,
77 def item_present(self, name, isRegex=False, flip=False, role=None): argument
84 @param role: Parameter to provide to the 'role' attribute.
94 role=role,
105 role=None, argument
113 @param role: Parameter to provide to the 'role' attribute.
124 role=role),
159 def doDefault_on_obj(self, name, isRegex=False, role=None): argument
162 role=role,
173 def doCommand_on_obj(self, name, cmd, isRegex=False, role=None): argument
176 role=role,
182 role=None, argument
193 @param role: The role of the items to use (ie button).
208 role = self.REGEX_ALL if role is None else self._format_obj(role,
212 {name: %s, role: %s}}).map(node => node.%s)""" % (name, role, attr)
215 def get_name_role_list(self, name=None, role=None): argument
217 Return [{}, {}] containing the name/role of everything on screen.
221 role = self.REGEX_ALL if role is None else self._format_obj(role,
225 {name: %s, role: %s}}).map(node =>
226 {return {name: node.name, role: node.role} })""" % (name, role)
249 def _get_FindParams_str(self, name, role, isRegex): argument
253 @param role: The role of the items to use (ie button).
264 role: %s}}
268 if role is None:
269 role = self.REGEX_ALL
271 role = self._format_obj(role, False)
272 return (FINDPARAMS_BASE % (name, role))
304 role=click_role,
309 role=wait_role,
315 role=click_role,