Created
December 2, 2018 21:10
-
-
Save andreastt/e19a0f0ebad691253f09d6528d25809e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% node remote.js | |
devToolsInterface {"host":"localhost","port":9222,"secure":false,"local":false,"path":"/json/protocol"} | |
options {"host":"localhost","port":9222,"secure":false,"local":false,"path":"/json/protocol"} | |
userTarget function | |
devToolsInterface {"host":"localhost","port":9222,"secure":false,"local":false,"path":"/json/list"} | |
-> {"id":1,"method":"Page.enable","params":{}} | |
<- {"method":"Page.frameAttached","params":{"frameId":"919909A4-8D6D-4715-857C-6A646BA2110C"}} | |
<- {"method":"Page.frameNavigated","params":{"frame":{"id":"919909A4-8D6D-4715-857C-6A646BA2110C","loaderId":null,"url":"https://sny.no/","securityOrigin":null,"mimeType":null}}} | |
<- {"id":1} | |
-> {"id":2,"method":"Page.navigate","params":{"url":"https://github.com"}} | |
<- {"id":2,"result":{"frameId":"919909A4-8D6D-4715-857C-6A646BA2110C","loaderId":null}} | |
<- {"method":"Page.uncaughtError","params":{"frameId":"919909A4-8D6D-4715-857C-6A646BA2110C"}} | |
<- {"method":"Page.uncaughtError","params":{"frameId":"919909A4-8D6D-4715-857C-6A646BA2110C"}} | |
<- {"method":"Page.uncaughtError","params":{"frameId":"919909A4-8D6D-4715-857C-6A646BA2110C"}} | |
<- {"method":"Page.domContentEventFired","params":{"timestamp":1543784961138}} | |
<- {"method":"Page.loadEventFired","params":{"timestamp":1543784961388}} | |
% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment