Home
last modified time | relevance | path

Searched refs:container_selector (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dscroll_to_element_unittest.py36 def _InsertElement(self, theid='element', container_selector='body'): argument
45 """, theid=theid, container_selector=container_selector)
75 self._InsertElement(container_selector='#container')
83 selector='#element', container_selector='#container')
Dscroll_to_element.py14 container_selector=None, container_element_function=None, argument
39 self._container_selector = container_selector
Daction_runner.py438 container_selector=None, argument
463 container_selector=container_selector,
Daction_runner_unittest.py349 container_selector='body',