Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dui_utils_helpers.py41 if (self.ui.item_present('Destination', role='inlineTextBox') and
42 self.ui.item_present('Cancel', role='button')) and not (
43 self.ui.item_present('Loading preview')):
95 return self.ui.item_present("/Print/", role="menuItem", isRegex=True)
128 return self.ui.item_present("Print", role="window")
Dui_utils.py77 def item_present(self, name, isRegex=False, flip=False, role=None): member in UI_Handler
121 condition=lambda: self.item_present(name=name,
154 if self.item_present(name=name, isRegex=isRegex):
276 item_present = self.ext.EvaluateJavaScript(
279 if item_present is None:
/external/autotest/client/site_tests/policy_PinnedLauncherApps/
Dpolicy_PinnedLauncherApps.py51 if self.ui.item_present(self.EXT_NAME):
/external/autotest/docs/
Denterprise.md148 *ui.item_present* to verify the status of the Home button.