Home
last modified time | relevance | path

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

/external/autotest/server/cros/ap_configurators/
Dnetgear2000_ap_configurator.py43 self.click_button_by_id('yes', alert_handler=self._alert_handler)
55 self.click_button_by_id('setup_bt')
57 self.click_button_by_id('wireless')
Ddlink_dir505l_ap_configurator.py83 self.click_button_by_id('login')
94 self.click_button_by_id('apply_btn', alert_handler=self._alert_handler)
105 self.click_button_by_id('back_btn', alert_handler=self._alert_handler)
Dbelkin_ap_configurator.py45 self.click_button_by_id('submitBtn_submit')
109 self.click_button_by_id('submitBtn_apply',
215 self.click_button_by_id('submitBtn_generate')
Ddlink_dir655_ap_configurator.py122 self.click_button_by_id('login', alert_handler=self._alert_handler)
136 self.click_button_by_id('button', alert_handler=self._alert_handler)
145 self.click_button_by_id('button', alert_handler=self._alert_handler)
DbelkinF9K1001_ap_configurator.py83 self.click_button_by_id('p1210a005')
136 self.click_button_by_id('btngen', alert_handler=self._security_alert)
Dtrendnet654tr_ap_configurator.py68 self.click_button_by_id('login')
81 self.click_button_by_id('back_btn')
Dlinksyse_single_band_configurator.py35 self.click_button_by_id('divBT1', alert_handler=self._sec_alert)
104 self.click_button_by_id('divBT1', alert_handler=self._sec_alert)
DbelkinF9K1102_ap_configurator.py137 self.click_button_by_id('p1210a005')
149 self.click_button_by_id(button_id, alert_handler=self._security_alert)
DbelkinF9K1105_ap_configurator.py141 self.click_button_by_id('p1210a005')
163 self.click_button_by_id(button_id)
DbelkinF9K1103_ap_configurator.py45 self.click_button_by_id('412')
268 self.click_button_by_id(generate_button)
Dedimax6428ns_ap_configurator.py61 self.click_button_by_id(wpa_item, alert_handler=self._alert_handler)
Dwesterndigitaln600_ap_configurator.py127 self.click_button_by_id('onsumit', alert_handler=self._sec_alert)
144 self.click_button_by_id('nochg')
Ddlink_dwl2100_ap_configurator.py219 self.click_button_by_id('DisableEncryption')
Dnetgear4300_ap_configurator.py58 self.click_button_by_id('yes')
Dasus_qis_ap_configurator.py44 self.click_button_by_id('applyButton')
Dnetgearwnr1000v4_ap_configurator.py89 self.click_button_by_id('yes')
Dedimax_ap_configurator.py197 self.click_button_by_id(wpa_item, alert_handler=self._alert_handler)
Dweb_driver_core_helpers.py139 def click_button_by_id(self, element_id, alert_handler=None): member in WebDriverCoreHelpers