Searched refs:ui_element_text_content (Results 1 – 1 of 1) sorted by relevance
29 def has_ui_element_with_text(self, ui_element_text_content): argument31 ui_element_text_content)33 ui_element_text_content)39 def click_on_ui_element_with_text(self, ui_element_text_content): argument40 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)