Home | History | Annotate | Download | only in pyautolib

Lines Matching defs:string

42 import string
335 A list of strings, where each string represents a currently-running
349 orig_pids: A list of strings, where each string represents the PID for
426 readable string. See comment in session_manager_setup.sh which does this
804 so 'non-empty-string' should match with True
1009 This method packages the given dictionary into a json string, sends it
1010 over the JSON automation channel, loads the json output string returned,
1093 url: The URL to which to navigate, can be a string or GURL object.
1397 url: The url to load, can be string or a GURL object.
1470 The tab title as a string.
1891 """Accepts the current string of text in the omnibox.
1909 url: Either a GURL object or url string specifing the cookie url.
1929 url: Either a GURL object or url string specifing the cookie url.
1930 cookie_name: The name of the cookie to delete as a string.
1951 url: Either a GURL object or url string specifing the cookie url.
1952 value: A string to set as the cookie's value.
2014 '%s' is replaced by search query string when used to search.
2051 keyword: the keyword string of the search engine to delete.
2065 keyword: the keyword string of the search engine to make default.
2106 string or complex ones like list.
2155 string or complex ones like list.
2664 search_text: the string to search in history. Defaults to empty string
2772 id: The string id of the extension.
2791 id: The string id of the extension.
2812 id: The string id of the extension.
2829 id: The string id of the extension.
2975 html content of a page as a string.
3167 """Find the match count for the given search string and search parameters.
3171 search_string: The string to find on the page.
3180 number of matches found for the given search string and parameters
3572 a string that was sent back via the domAutomationController.send method.
3588 should be able to be converted to a string using the |str| function.
3593 a string that was sent back via the domAutomationController.send method
3612 process_type: A string which is one of 'browser' or 'renderer'.
3613 reason: A string which describes the reason for dumping a heap profile.
3822 app_id: The string ID of the app to launch.
3840 app_id: The string ID of the app whose launch type should be set.
3841 launch_type: The string launch type, which must be one of the following:
4219 'screen_name': The title of the current OOBE screen as a string.
4235 'next_screen': The title of the next OOBE screen as a string.
4255 'next_screen': The title of the next OOBE screen as a string.
4271 'next_screen': The title of the next OOBE screen as a string.
4292 'next_screen': The title of the next OOBE screen as a string.
4336 An error string if an error occured.
4399 An error string if an error occured.
4947 if method_name[0] in string.letters and \
5140 '', '--channel-id', type='string', default='',
5143 '', '--chrome-flags', type='string', default='',
5149 '', '--http-data-dir', type='string',
5160 '', '--log-file', type='string', default=None,
5166 '', '--remote-host', type='string', default=None,
5175 '-S', '--suite', type='string', default='FULL',
5209 """Get a list of all test names from the given string.
5212 name: dot-separated string for a module, a test case or a test method.