Skip to content

Instantly share code, notes, and snippets.

@a-nickol
Created June 12, 2024 05:05
Show Gist options
  • Save a-nickol/07c49914a43c76f0219ecf3f6a2efa9d to your computer and use it in GitHub Desktop.
Save a-nickol/07c49914a43c76f0219ecf3f6a2efa9d to your computer and use it in GitHub Desktop.
[1718168596.892][INFO]: [95f81d3220667893fcbba2db502bcebb] COMMAND InitSession {
"capabilities": {
"alwaysMatch": {
"browserName": "chrome",
"goog:chromeOptions": {
"args": [ "--headless" ]
}
},
"firstMatch": [ {
} ]
},
"desiredCapabilities": {
"browserName": "chrome",
"goog:chromeOptions": {
"args": [ "--headless" ]
}
}
}
[1718168596.892][INFO]: Browser search. Trying... /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[1718168596.892][INFO]: Browser search. Found at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[1718168596.893][INFO]: Populating Preferences file: {
"alternate_error_pages": {
"enabled": false
},
"autofill": {
"enabled": false
},
"browser": {
"check_default_browser": false
},
"distribution": {
"import_bookmarks": false,
"import_history": false,
"import_search_engine": false,
"make_chrome_default_for_user": false,
"skip_first_run_ui": true
},
"dns_prefetching": {
"enabled": false
},
"profile": {
"content_settings": {
"pattern_pairs": {
"https://*,*": {
"media-stream": {
"audio": "Default",
"video": "Default"
}
}
}
},
"default_content_setting_values": {
"geolocation": 1
},
"default_content_settings": {
"geolocation": 1,
"mouselock": 1,
"notifications": 1,
"popups": 1,
"ppapi-broker": 1
},
"password_manager_enabled": false
},
"safebrowsing": {
"enabled": false
},
"search": {
"suggest_enabled": false
},
"translate": {
"enabled": false
}
}
[1718168596.893][INFO]: Populating Local State file: {
"background_mode": {
"enabled": false
},
"ssl": {
"rev_checking": {
"enabled": false
}
}
}
[1718168596.893][INFO]: ChromeDriver supports communication with Chrome via pipes. This is more reliable and more secure.
[1718168596.893][INFO]: Use the --remote-debugging-pipe Chrome switch instead of the default --remote-debugging-port to enable this communication mode.
[1718168596.893][INFO]: Launching chrome: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --allow-pre-commit-input --disable-background-networking --disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --enable-automation --enable-logging --headless --log-level=0 --no-first-run --no-service-autorun --password-store=basic --remote-debugging-port=0 --test-type=webdriver --use-mock-keychain --user-data-dir=/var/folders/jd/b77nnv951wn6_ys4vbzr1__80000gn/T/.org.chromium.Chromium.dzfLoA data:,
DevTools listening on ws://127.0.0.1:51604/devtools/browser/4c24c5cb-48b1-422d-8ca4-fccd3f4422b2
[1718168597.171][DEBUG]: DevTools HTTP Request: http://localhost:51604/json/version
[1718168597.178][DEBUG]: DevTools HTTP Response: {
"Browser": "HeadlessChrome/125.0.6422.142",
"Protocol-Version": "1.3",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.142 Safari/537.36",
"V8-Version": "12.5.227.13",
"WebKit-Version": "537.36 (@018a22c382fa9eec68d3d658f380093ecfe34d28)",
"webSocketDebuggerUrl": "ws://localhost:51604/devtools/browser/4c24c5cb-48b1-422d-8ca4-fccd3f4422b2"
}
[1718168597.178][DEBUG]: DevTools HTTP Request: http://localhost:51604/json/list
[1718168597.179][DEBUG]: DevTools HTTP Response: [ {
"description": "",
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:51604/devtools/page/981255484886FD20804C59A0823B1AC8",
"id": "981255484886FD20804C59A0823B1AC8",
"title": "",
"type": "page",
"url": "data:,",
"webSocketDebuggerUrl": "ws://localhost:51604/devtools/page/981255484886FD20804C59A0823B1AC8"
} ]
[1718168597.180][INFO]: resolved localhost to ["::1","127.0.0.1"]
[1718168597.181][DEBUG]: DevTools WebSocket Command: Target.getTargets (id=1) (session_id=) browser {
}
[1718168597.181][DEBUG]: DevTools WebSocket Response: Target.getTargets (id=1) (session_id=) browser {
"targetInfos": [ {
"attached": false,
"browserContextId": "A496C0C58C33DF1F6DC7AD3BEEA5B0BD",
"canAccessOpener": false,
"targetId": "981255484886FD20804C59A0823B1AC8",
"title": "",
"type": "page",
"url": "data:,"
} ]
}
[1718168597.181][DEBUG]: DevTools WebSocket Command: Target.attachToTarget (id=2) (session_id=) browser {
"flatten": true,
"targetId": "981255484886FD20804C59A0823B1AC8"
}
[1718168597.181][DEBUG]: DevTools WebSocket Event: Target.attachedToTarget (session_id=) browser {
"sessionId": "ED2205E7F3AED3D0AF820939E05CC50D",
"targetInfo": {
"attached": true,
"browserContextId": "A496C0C58C33DF1F6DC7AD3BEEA5B0BD",
"canAccessOpener": false,
"targetId": "981255484886FD20804C59A0823B1AC8",
"title": "",
"type": "page",
"url": "data:,"
},
"waitingForDebugger": false
}
[1718168597.181][DEBUG]: DevTools WebSocket Response: Target.attachToTarget (id=2) (session_id=) browser {
"sessionId": "ED2205E7F3AED3D0AF820939E05CC50D"
}
[1718168597.181][DEBUG]: DevTools WebSocket Command: Page.enable (id=3) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.182][DEBUG]: DevTools WebSocket Command: Page.addScriptToEvaluateOnNewDocument (id=4) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"source": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Object = window.Object;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_a..."
}
[1718168597.182][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=5) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"expression": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Object = window.Object;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_a..."
}
[1718168597.182][DEBUG]: DevTools WebSocket Command: Log.enable (id=6) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.182][DEBUG]: DevTools WebSocket Command: Target.setAutoAttach (id=7) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"autoAttach": true,
"flatten": true,
"waitForDebuggerOnStart": false
}
[1718168597.182][DEBUG]: DevTools WebSocket Response: Target.setAutoAttach (id=7) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.182][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=8) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Event: Page.frameStoppedLoading (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"frameId": "981255484886FD20804C59A0823B1AC8"
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Page.enable (id=3) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Page.addScriptToEvaluateOnNewDocument (id=4) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"identifier": "1"
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=5) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"result": {
"type": "undefined"
}
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Log.enable (id=6) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Event: Runtime.executionContextCreated (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"context": {
"auxData": {
"frameId": "981255484886FD20804C59A0823B1AC8",
"isDefault": true,
"type": "default"
},
"id": 1,
"name": "",
"origin": "://",
"uniqueId": "-763237599996386924.-7634104936232333416"
}
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=8) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=9) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=9) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.202][DEBUG]: DevTools WebSocket Command: Browser.setDownloadBehavior (id=10) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
"behavior": "allow",
"downloadPath": "."
}
[1718168597.203][DEBUG]: DevTools WebSocket Response: Browser.setDownloadBehavior (id=10) (session_id=ED2205E7F3AED3D0AF820939E05CC50D) 981255484886FD20804C59A0823B1AC8 {
}
[1718168597.203][INFO]: [95f81d3220667893fcbba2db502bcebb] RESPONSE InitSession {
"capabilities": {
"acceptInsecureCerts": false,
"browserName": "chrome-headless-shell",
"browserVersion": "125.0.6422.142",
"chrome": {
"chromedriverVersion": "125.0.6422.141 (4b1e83937122185343ba92e909b021f307c719ca-refs/branch-heads/6422@{#1186})",
"userDataDir": "/var/folders/jd/b77nnv951wn6_ys4vbzr1__80000gn/T/.org.chromium.Chromium.dzfLoA"
},
"fedcm:accounts": true,
"goog:chromeOptions": {
"debuggerAddress": "localhost:51604"
},
"networkConnectionEnabled": false,
"pageLoadStrategy": "normal",
"platformName": "mac",
"proxy": {
},
"setWindowRect": true,
"strictFileInteractability": false,
"timeouts": {
"implicit": 0,
"pageLoad": 300000,
"script": 30000
},
"unhandledPromptBehavior": "dismiss and notify",
"webauthn:extension:credBlob": true,
"webauthn:extension:largeBlob": true,
"webauthn:extension:minPinLength": true,
"webauthn:extension:prf": true,
"webauthn:virtualAuthenticators": true
},
"sessionId": "95f81d3220667893fcbba2db502bcebb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment