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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll_to_element_unittest.py 36 def _InsertElement(self, theid='element', container_selector='body'):
38 var container = document.querySelector({{ container_selector }});
45 """, theid=theid, container_selector=container_selector)
75 self._InsertElement(container_selector='#container')
83 selector='#element', container_selector='#container')
scroll_to_element.py 14 container_selector=None, container_element_function=None,
22 container_selector and container_element_function can be provided.
31 container_selector: A CSS selector describing the container element.
39 self._container_selector = container_selector
action_runner.py 438 container_selector=None,
447 container_selector and container_element_function can be provided.
456 container_selector: A CSS selector describing the container element.
463 container_selector=container_selector,
    [all...]
action_runner_unittest.py 349 container_selector='body',

Completed in 612 milliseconds