Hi all,
These days I am trying to read source code, but could not figure out which part is wrong.
And I just paste server&client screen, in case if any of you find something.
This is the client log, and it just paused at "Delete" line:
Driving the web on session: a40af064-0264-49c2-8fb3-a1802de1bd66
> POST: /session/:sessionID/elements { using: 'tag name', value: 'textField' }
> POST: /session/:sessionID/element/0/value { value: [ '2' ] }
> POST: /session/:sessionID/element/1/value { value: [ '3' ] }
> POST: /session/:sessionID/elements { using: 'tag name', value: 'button' }
> POST: /session/:sessionID/element/2/click
> POST: /session/:sessionID/elements { using: 'tag name', value: 'staticText' }
> GET: /session/:sessionID/element/6/text
> DELETE: /session/:sessionID
Following is server log, also paused at "delete" line:
info: Responding to client with success: {"status":0,"value":"5","sessionId":"a40af064-0264-49c2-8fb3-a1802de1bd66"}
GET /wd/hub/session/a40af064-0264-49c2-8fb3-a1802de1bd66/element/6/text 200 124ms - 88
debug: Appium request initiated at /wd/hub/session/a40af064-0264-49c2-8fb3-a1802de1bd66
info: Shutting down appium session...
info: [INST] 2013-07-12 14:33:41 +0000 Stopped: Script was stopped by the user
Instruments Trace Complete (Duration : 8.920796s; Output : /Users/qa/instrumentscli1.trace)
info: [INSTSERVER] Instruments exited with code 0
info: Deleting plists for bundle: D.TestApp
info: [INSTSERVER] Socket closed forcibly due to exit
info: [INSTSERVER] Instruments socket server closed
info: Deleted tracedir we heard about from instruments (/Users/qa/instrumentscli1.trace)
Thank you