-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAPI.txt
More file actions
31 lines (25 loc) · 695 Bytes
/
API.txt
File metadata and controls
31 lines (25 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Chrome.new("ip", "port")
chrome.connect
chrome.disconnect
chrome.pages.count
chrome.pages[0]
chrome.pages[/url/]
chrome.pages[/title/]
page.favicon
page.title
page.url
page.websocket
page.frontend
page.reload({
nocache: true,
script: "var i = 0 ..."
})
page.navigate(url)
page.disable
page.enable
"devtoolsFrontendUrl": "/devtools/devtools.html?ws=localhost:9222/devtools/page/7_1",
"faviconUrl": "http://twitter.com/favicons/favicon.ico",
"thumbnailUrl": "/thumb/http://twitter.com/#!/search/chrome?q=chrome&28",
"title": "(1227) Twitter / Search - chrome",
"url": "http://twitter.com/#!/search/chrome?q=chrome&28",
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/7_1"