Home
last modified time | relevance | path

Searched refs:dialog (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py385 dialog = self._browser.find_element_by_id('capture-Setup-modal')
389 if dialog and dialog.get_attribute('aria-hidden') == 'false':
392 status = dialog.find_element_by_class_name('status-notify').text
397 button = dialog.find_element_by_id('snifferAutoDetectBtn')
401 button = dialog.find_element_by_id('saveCaptureSettings')
441 dialog = self._browser.find_element_by_id('general-Setup-modal')
442 if dialog.get_attribute('aria-hidden') != 'false':
445 field = dialog.find_element_by_id('inp_general_child_update_wait_time')
450 field = dialog.find_element_by_id('inp_general_sed_polling_rate')
455 button = dialog.find_element_by_id('saveGeneralSettings')
[all …]
/openthread-latest/tools/harness-automation/cases/
Drouter_5_1_7.py40 def on_dialog(self, dialog, title): argument
42 inp = dialog.find_element_by_id('cnfrmInpText')
Dleader_5_5_1.py42 def on_dialog(self, dialog, title): argument
44 body = dialog.find_element_by_id('cnfrmMsg').text
/openthread-latest/tools/harness-automation/cases_R140/
Drouter_5_1_7.py40 def on_dialog(self, dialog, title): argument
42 inp = dialog.find_element_by_id('cnfrmInpText')
Dleader_5_5_1.py42 def on_dialog(self, dialog, title): argument
44 body = dialog.find_element_by_id('cnfrmMsg').text
Dcommissioner_8_1_2.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_1.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_14.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_19.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_2.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_3.py40 def on_dialog(self, dialog, title): argument
Dcommissioner_9_2_4.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_1.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_2.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_3.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_4.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_5.py40 def on_dialog(self, dialog, title): argument
Ded_6_1_6.py40 def on_dialog(self, dialog, title): argument
Ded_6_2_1.py40 def on_dialog(self, dialog, title): argument
Ded_6_2_2.py40 def on_dialog(self, dialog, title): argument
Ded_6_3_1.py40 def on_dialog(self, dialog, title): argument
Ded_6_4_1.py40 def on_dialog(self, dialog, title): argument
Ded_6_4_2.py40 def on_dialog(self, dialog, title): argument
Djoiner_8_1_6.py40 def on_dialog(self, dialog, title): argument
Dleader_5_1_1.py40 def on_dialog(self, dialog, title): argument

12345678910>>...13