Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_PlatformKeys/
Dpolicy_PlatformKeys.py39 def call_api(self, button_id, field_id=None): argument
50 error_id = button_id + '-error'
51 self.click_button(button_id)
/external/autotest/server/cros/ap_configurators/
DbelkinF9K1105_ap_configurator.py159 button_id = 'dnsapply'
161 button_id = 'btnapply'
162 if self.driver.find_element_by_id(button_id).is_displayed():
163 self.click_button_by_id(button_id)
DbelkinF9K1102_ap_configurator.py148 button_id = 'itsbutton1'
149 self.click_button_by_id(button_id, alert_handler=self._security_alert)
154 if not (self.wait_for_object_by_id(button_id, wait_time=30)):