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

  /external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
desktopui_UrlFetchWithChromeDriver.py 29 self._expected_title = 'MSN.com'
33 self._expected_title = 'Hello World'
54 self._expected_title, driver.title)
55 if driver.title != self._expected_title:
  /external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
desktopui_SetFieldsWithChromeDriver.py 24 self._expected_title = 'Hello World'
45 self._expected_title, driver.title)
46 if driver.title != self._expected_title:

Completed in 824 milliseconds