Searched refs:button_id (Results 1 – 3 of 3) sorted by relevance
39 def call_api(self, button_id, field_id=None): argument50 error_id = button_id + '-error'51 self.click_button(button_id)
159 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)
148 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)):