Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/utilities/
Dcommon_utils.py29 def has_ui_element_with_text(self, ui_element_text_content): argument
31 ui_element_text_content)
33 ui_element_text_content)
39 def click_on_ui_element_with_text(self, ui_element_text_content): argument
40 logging.info('Click on UI element on HU with text <%s>', ui_element_text_content)
41 if self.has_ui_element_with_text(ui_element_text_content) is True:
42 self.discoverer.mbs.clickUIElementWithText(ui_element_text_content)