Lines Matching refs:page

7 from telemetry.page.actions.javascript_click import ClickElementAction
8 from telemetry.page.actions.loop import LoopAction
9 from telemetry.page.actions.navigate import NavigateAction
10 from telemetry.page.actions.pinch import PinchAction
11 from telemetry.page.actions.play import PlayAction
12 from telemetry.page.actions.repaint_continuously import (
14 from telemetry.page.actions.scroll import ScrollAction
15 from telemetry.page.actions.scroll_bounce import ScrollBounceAction
16 from telemetry.page.actions.seek import SeekAction
17 from telemetry.page.actions.swipe import SwipeAction
18 from telemetry.page.actions.tap import TapAction
19 from telemetry.page.actions.wait import WaitForElementAction
96 def NavigateToPage(self, page, timeout_in_seconds=60):
97 """Navigate to the given page.
100 page: page is an instance of page.Page
103 if page.is_file:
104 target_side_url = self._tab.browser.http_server.UrlOf(page.file_path_url)
106 target_side_url = page.url
109 script_to_evaluate_on_commit=page.script_to_evaluate_on_commit,
117 """Reloads the page."""
224 """Perform the pinch gesture on the page.
282 """Perform scroll gesture on the page.
355 """Perform scroll bounce gesture on the page.
357 This gesture scrolls the page by the number of pixels specified in
424 """Perform swipe gesture on the page.
482 specified, play the first media element on the page. If the
507 specified, seek the first media element on the page. If the
531 specified, loop the first media element on the page. If the
546 """Forces JavaScript garbage collection on the page."""
550 """Pause the page execution and wait for terminal interaction.
553 the page execution and inspect the browser state before