Searched refs:element_type (Results 1 – 2 of 2) sorted by relevance
266 element_type = self.get_element_type(element_name)267 if element_type == 'checkbox':269 elif element_type == 'radio':319 element_type = self.get_element_type(element_name)320 if element_type == 'text' or element_type == 'password':324 elif element_type == 'checkbox':328 elif element_type == 'radio':333 elif element_type == 'select-one':346 'Element type {} not supported.'.format(element_type))
85 def find_elements_by_name(self, element_type, name): argument95 return [e for e in self._xml_obj.findall(element_type)