Home
last modified time | relevance | path

Searched refs:element_xpath (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
DbelkinF9K1001_ap_configurator.py49 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)
Dweb_driver_core_helpers.py164 def get_url(self, page_url, page_title=None, element_xpath=None): argument
185 if element_xpath:
186 self.wait_for_object_by_xpath(element_xpath)