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

  /external/autotest/server/cros/ap_configurators/
linksys_ap_configurator.py 70 continue_xpath = '//input[@value="Continue" and @type="button"]'
71 self.wait_for_object_by_xpath(continue_xpath)
72 self.click_button_by_xpath(continue_xpath,
linksyse_dual_band_configurator.py 100 continue_xpath = '//input[@value="Continue" and @type="button"]'
101 self.wait_for_object_by_xpath(continue_xpath)
102 self.click_button_by_xpath(continue_xpath)

Completed in 3285 milliseconds