Skip to content

Instantly share code, notes, and snippets.

@titusfortner
Last active March 29, 2016 21:16
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/6de21cbaf290a4266d7bcfccc234ba2e to your computer and use it in GitHub Desktop.
Save titusfortner/6de21cbaf290a4266d7bcfccc234ba2e to your computer and use it in GitHub Desktop.
Marionette Bug 1260557
-> GET session/a58a1e97-bf9d-af45-a380-2b9704d9177e/window
1459285785514 Marionette DEBUG conn0 -> Command {id: 3, name: "getWindowHandle", parameters: {}}
1459285785515 Marionette DEBUG conn0 <- Response {id: 3, error: null, body: {"value":"7"}}
<- {"value":"7"}
-> POST session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element
>>> http://127.0.0.1:4444/session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element | {"using":"css selector","value":"#open"}
> {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=utf-8", "Content-Length"=>"40"}
1459285785633 Marionette DEBUG conn0 -> Command {id: 6, name: "findElement", parameters: {"using":"css selector","value":"#open"}}
1459285785636 Marionette DEBUG conn0 <- Response {id: 6, error: null, body: {"value":{"ELEMENT":"a8123a0a-df6f-da44-a903-b94fac5dfa78","element-6066-11e4-a52e-4f735466cecf":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}}
<- {"value":{"element-6066-11e4-a52e-4f735466cecf":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}
-> POST session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element/a8123a0a-df6f-da44-a903-b94fac5dfa78/click
1459285785661 Marionette DEBUG conn0 -> Command {id: 9, name: "clickElement", parameters: {"id":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}
1459285785694 Marionette INFO loaded listener.js
1459285785732 Marionette DEBUG conn0 <- Response {id: 9, error: null, body: {}}
<- {}
-> GET session/a58a1e97-bf9d-af45-a380-2b9704d9177e/window/handles
1459285785767 Marionette DEBUG conn0 -> Command {id: 10, name: "getWindowHandles", parameters: {}}
1459285785768 Marionette DEBUG conn0 <- Response {id: 10, error: null, body: ["7","13"]}
<- {"value":["7","13”]}
1459285785974 Marionette INFO loaded listener.js
-> GET session/a58a1e97-bf9d-af45-a380-2b9704d9177e/window
1459285788770 Marionette DEBUG conn0 -> Command {id: 11, name: "getWindowHandle", parameters: {}}
1459285788771 Marionette DEBUG conn0 <- Response {id: 11, error: null, body: {"value":"7"}}
<- {"value":"7”}
-> POST session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element
>>> http://127.0.0.1:4444/session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element | {"using":"css selector","value":"#open"}
> {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=utf-8", "Content-Length"=>"40"}
1459285788884 Marionette DEBUG conn0 -> Command {id: 14, name: "findElement", parameters: {"using":"css selector","value":"#open"}}
1459285788885 Marionette DEBUG conn0 <- Response {id: 14, error: null, body: {"value":{"ELEMENT":"a8123a0a-df6f-da44-a903-b94fac5dfa78","element-6066-11e4-a52e-4f735466cecf":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}}
<- {"value":{"element-6066-11e4-a52e-4f735466cecf":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}
-> POST session/a58a1e97-bf9d-af45-a380-2b9704d9177e/element/a8123a0a-df6f-da44-a903-b94fac5dfa78/click
1459285788895 Marionette DEBUG conn0 -> Command {id: 17, name: "clickElement", parameters: {"id":"a8123a0a-df6f-da44-a903-b94fac5dfa78"}}
1459285788939 Marionette DEBUG conn0 <- Response {id: 17, error: null, body: {}}
<- {}
-> GET session/a58a1e97-bf9d-af45-a380-2b9704d9177e/window/handles
1459285811052 Marionette DEBUG conn0 -> Command {id: 18, name: "getWindowHandles", parameters: {}}
1459285811053 Marionette DEBUG conn0 <- Response {id: 18, error: null, body: ["7"]}
<- {"value":["7"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment