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

  /external/autotest/client/site_tests/platform_InputBrowserNav/
platform_InputBrowserNav.py 92 current_url = tab.url.encode('utf8').rstrip('/')
94 lambda: current_url == correct_url,
96 % current_url),
  /external/autotest/server/cros/ap_configurators/
netgear2000_ap_configurator.py 59 if os.path.basename(self.driver.current_url) != 'adv_index.htm':
60 raise RuntimeError('Invalid url %s' % self.driver.current_url)
62 self.driver.current_url) == 'multi_login.html':
netgear4300_ap_configurator.py 72 if os.path.basename(self.driver.current_url) != 'adv_index.htm':
73 raise RuntimeError('Invalid url %s' % self.driver.current_url)
75 self.driver.current_url) == 'multi_login.html':
belkinF6D4230_ap_configurator.py 78 self.wait.until(lambda _:'setup.htm' in self.driver.current_url)
dlink_ap_configurator.py 21 page_name = os.path.basename(self.driver.current_url)
27 if (os.path.basename(self.driver.current_url) ==
40 if os.path.basename(self.driver.current_url) != 'bsc_wizard.php':
42 os.path.basename(self.driver.current_url))
belkin_ap_configurator.py 111 if os.path.basename(self.driver.current_url) == 'post.cgi':
116 os.path.basename(self.driver.current_url))
117 if (os.path.basename(self.driver.current_url) == 'wireless_chan.htm' or
dlinkwbr1310_ap_configurator.py 95 page_name = os.path.basename(self.driver.current_url)
belkinF9K1102_ap_configurator.py 130 if (page_url in self.driver.current_url):
152 self.wait.until(lambda _:'Dashboard.htm' in self.driver.current_url)
belkinF9K1105_ap_configurator.py 133 if page_url in self.driver.current_url():
  /system/update_engine/
omaha_response_handler_action.cc 63 string current_url = system_state_->payload_state()->GetCurrentUrl(); local
64 if (current_url.empty()) {
72 install_plan_.download_url = current_url;
omaha_response_handler_action_unittest.cc 122 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""; local
124 .WillRepeatedly(Return(current_url));
payload_state.cc 534 const string& current_url = candidate_urls_[payload_index_][GetUrlIndex()]; local
536 current_url, "https://", base::CompareCase::INSENSITIVE_ASCII)) {
538 } else if (base::StartsWith(current_url,
    [all...]
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
extension_pages.py 21 if self._driver.current_url != self._url:
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 38 if driver.current_url != url:

Completed in 186 milliseconds