HomeSort by relevance Sort by last modified time
    Searched refs:xpath_continue (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/ap_configurators/
keeboxw150nr_ap_configurator.py 68 xpath_continue = ('//input[@type="button" and @value="Continue"]')
72 element = self.wait_for_object_by_xpath(xpath_continue)
73 self.click_button_by_xpath(xpath_continue,
linksyse_single_band_configurator.py 107 xpath_continue = '//input[@value="Continue"]'
108 self.wait_for_object_by_xpath(xpath_continue, wait_time=20)
109 self.click_button_by_xpath(xpath_continue,

Completed in 146 milliseconds