Searched refs:click_button_by_id (Results 1 – 18 of 18) sorted by relevance
43 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')
83 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)
45 self.click_button_by_id('submitBtn_submit')109 self.click_button_by_id('submitBtn_apply',215 self.click_button_by_id('submitBtn_generate')
122 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)
83 self.click_button_by_id('p1210a005')136 self.click_button_by_id('btngen', alert_handler=self._security_alert)
68 self.click_button_by_id('login')81 self.click_button_by_id('back_btn')
35 self.click_button_by_id('divBT1', alert_handler=self._sec_alert)104 self.click_button_by_id('divBT1', alert_handler=self._sec_alert)
137 self.click_button_by_id('p1210a005')149 self.click_button_by_id(button_id, alert_handler=self._security_alert)
141 self.click_button_by_id('p1210a005')163 self.click_button_by_id(button_id)
45 self.click_button_by_id('412')268 self.click_button_by_id(generate_button)
61 self.click_button_by_id(wpa_item, alert_handler=self._alert_handler)
127 self.click_button_by_id('onsumit', alert_handler=self._sec_alert)144 self.click_button_by_id('nochg')
219 self.click_button_by_id('DisableEncryption')
58 self.click_button_by_id('yes')
44 self.click_button_by_id('applyButton')
89 self.click_button_by_id('yes')
197 self.click_button_by_id(wpa_item, alert_handler=self._alert_handler)
139 def click_button_by_id(self, element_id, alert_handler=None): member in WebDriverCoreHelpers