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

  /external/autotest/client/cros/
webstore_test.py 236 button_xpath = _labeled_button('Sign in to add')
237 logging.info('Clicking button %s', button_xpath)
238 self.driver.find_element_by_xpath(button_xpath).click()
  /external/autotest/server/cros/ap_configurators/
dlink_dir300_ap_configurator.py 83 button_xpath = '//input[@name="bt"]'
84 if self.object_by_xpath_exist(button_xpath):
85 button = self.driver.find_element_by_xpath(button_xpath)
dlink_ap_configurator.py 114 button_xpath = '//input[@name="bt"]'
116 self.wait_for_object_by_xpath(button_xpath)
120 button = self.driver.find_element_by_xpath(button_xpath)
linksyse2000_ap_configurator.py 74 button_xpath = '//input[@name="btaction"]'
75 if self.wait_for_object_by_xpath(button_xpath):
76 button = self.driver.find_element_by_xpath(button_xpath)

Completed in 936 milliseconds