OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpath_done
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/ap_configurators/
edimax6428ns_ap_configurator.py
47
xpath_done
= '//input[@name="okbutton" and @value="OK"]'
48
while element and not(self.object_by_xpath_exist(
xpath_done
)):
edimax_ap_configurator.py
70
xpath_done
= '//input[@name="okbutton" and @value="OK"]'
71
while element and not(self.object_by_xpath_exist(
xpath_done
)):
Completed in 566 milliseconds