OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpath_ok
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/ap_configurators/
edimax6428ns_ap_configurator.py
42
xpath_ok
= ('//input[@name="okbutton"]')
46
element = self.wait_for_object_by_xpath(
xpath_ok
)
50
self.click_button_by_xpath(
xpath_ok
, alert_handler=self._alert_handler)
edimax_ap_configurator.py
58
xpath_ok
= ('//input[@name="okbutton"]')
69
element = self.wait_for_object_by_xpath(
xpath_ok
)
73
self.click_button_by_xpath(
xpath_ok
, alert_handler=self._alert_handler)
Completed in 5296 milliseconds