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

  /external/autotest/server/cros/ap_configurators/
belkinF9K1001_ap_configurator.py 49 element_xpath='//input[@name="ssid"]'
59 element_xpath=self.security_popup
66 element_xpath=element_xpath)
69 self._login_to_dashboard(element_xpath)
70 self.wait_for_object_by_xpath(element_xpath)
web_driver_core_helpers.py 164 def get_url(self, page_url, page_title=None, element_xpath=None):
169 @param element_xpath: The element that we search for to confirm that
185 if element_xpath:
186 self.wait_for_object_by_xpath(element_xpath)

Completed in 164 milliseconds