OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reboot_button
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/ap_configurators/
trendnet691gr_ap_configurator.py
17
reboot_button
= '//input[@value="Reboot the Device"]'
18
if self.object_by_xpath_exist(
reboot_button
):
19
self.click_button_by_xpath(
reboot_button
)
trendnet692gr_ap_configurator.py
43
reboot_button
= '//input[@value="Reboot the Device"]'
44
if self.object_by_xpath_exist(
reboot_button
):
45
self.click_button_by_xpath(
reboot_button
)
Completed in 184 milliseconds