Skip to content

Instantly share code, notes, and snippets.

@titusfortner
Last active March 31, 2016 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save titusfortner/440bb2ed66c3968d3dec9e534e9e60c9 to your computer and use it in GitHub Desktop.
Save titusfortner/440bb2ed66c3968d3dec9e534e9e60c9 to your computer and use it in GitHub Desktop.
Marionette Bug 1260959
-> POST session
>>> http://127.0.0.1:4444/session | {"desiredCapabilities":{"browserName":"firefox","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":true,"nativeEvents":false,"rotatable":false,"firefox_binary":null,"marionette":true}}
> {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=utf-8", "Content-Length"=>"233"}
1459392264006 Marionette INFO Marionette enabled via build flag and pref
1459392264194 Marionette INFO Listening on port 2828
1459392264557 Marionette INFO Accepted connection conn0 from 127.0.0.1:51670
1459392264613 Marionette DEBUG conn0 -> Command {id: 1, name: "newSession", parameters: {"capabilities":null,"sessionId":null}}
1459392265956 Marionette INFO loaded listener.js
1459392265962 Marionette INFO loaded listener.js
1459392266078 Marionette DEBUG conn0 <- Response {id: 1, error: null, body: {"sessionId":"4ad747f1-be03-4036-bbaf-2790507245d0","capabilities":{"browserName":"Firefox","browserVersion":"45.0","platformName":"Windows_NT","platformVersion":"10.0","specificationLevel":"1","raisesAccessibilityExceptions":false,"rotatable":false,"acceptSslCerts":false,"takesElementScreenshot":true,"takesScreenshot":true,"proxy":{},"platform":"WINDOWS_NT","XULappId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","appBuildId":"20160303134406","device":"desktop","version":"45.0"}}}
<- {"sessionId":"4ad747f1-be03-4036-bbaf-2790507245d0","value":{"XULappId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","acceptSslCerts":false,"appBuildId":"20160303134406","browserName":"Firefox","browserVersion":"45.0","device":"desktop","platform":"WINDOWS_NT","platformName":"Windows_NT","platformVersion":"10.0","proxy":{},"raisesAccessibilityExceptions":false,"rotatable":false,"specificationLevel":"1","takesElementScreenshot":true,"takesScreenshot":true,"version":"45.0"}}
-> POST session/4ad747f1-be03-4036-bbaf-2790507245d0/url
>>> http://127.0.0.1:4444/session/4ad747f1-be03-4036-bbaf-2790507245d0/url | {"url":"http://localhost:8180/"}
> {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=utf-8", "Content-Length"=>"32"}
1459392282577 Marionette DEBUG conn0 -> Command {id: 2, name: "get", parameters: {"url":"http://localhost:8180/"}}
1459392282794 Marionette DEBUG conn0 <- Response {id: 2, error: null, body: {}}
<- {}
-> POST session/4ad747f1-be03-4036-bbaf-2790507245d0/url
>>> http://127.0.0.1:4444/session/4ad747f1-be03-4036-bbaf-2790507245d0/url | {"url":"localhost:8180/"}
> {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=utf-8", "Content-Length"=>"25"}
1459392287309 Marionette DEBUG conn0 -> Command {id: 3, name: "get", parameters: {"url":"localhost:8180/"}}
JavaScript error: chrome://marionette/content/listener.js, line 1341: NS_ERROR_UNKNOWN_PROTOCOL:
1459392287381 Marionette DEBUG conn0 <- Response {id: 3, error: {"error":"unknown error","message":"Error loading page","stacktrace":null}, body: null}
<- {"error":"unknown error","message":"Error loading page"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment