Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
D__init__.py266 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))
/tools/asuite/aidegen/idea/
Dxml_gen.py85 def find_elements_by_name(self, element_type, name): argument
95 return [e for e in self._xml_obj.findall(element_type)