OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_test_url
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
desktopui_UrlFetchWithChromeDriver.py
28
self.
_test_url
= 'http://www.msn.com/'
32
self.
_test_url
= 'http://localhost:8000/hello.html'
51
driver.get(self.
_test_url
)
63
raise error.TestError('Expected cookie for %s' % self.
_test_url
)
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
desktopui_SetFieldsWithChromeDriver.py
23
self.
_test_url
= 'http://localhost:8000/hello.html'
43
driver.get(self.
_test_url
)
/external/autotest/client/site_tests/login_ChromeProfileSanitary/
login_ChromeProfileSanitary.py
50
self.
_test_url
= spec + path + '?continue=' + spec + self._wait_path
73
cr.browser.tabs[0].Navigate(self.
_test_url
)
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py
24
_test_url
= None
variable in class:desktopui_FlashSanityCheck
29
self.
_test_url
= 'http://localhost:8000/index.html'
68
tab.Navigate(self.
_test_url
)
Completed in 91 milliseconds