Feature: Service Exposer
In order minimise the code I need to write to produce a service
and to ensure consistency for the services I create
As a service developer
I want to have REST services automatically created for my domain entity classes
2016-07-01 07:18:04.333 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/url HTTP/1.1[\r][\n]"
2016-07-01 07:18:04.333 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:04.333 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "Content-Length: 48[\r][\n]"
2016-07-01 07:18:04.333 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:04.333 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:04.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:04.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:04.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "[\r][\n]"
2016-07-01 07:18:04.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 >> "{"url":"https://localhost:56842/hyperstateTest"}"
2016-07-01 07:18:04.505 INFO 8193 --- [o-auto-2-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2016-07-01 07:18:04.506 INFO 8193 --- [o-auto-2-exec-3] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2016-07-01 07:18:04.522 INFO 8193 --- [o-auto-2-exec-3] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 16 ms
2016-07-01 07:18:05.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "connection: close[\r][\n]"
2016-07-01 07:18:05.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "content-length: 87[\r][\n]"
2016-07-01 07:18:05.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "[\r][\n]"
2016-07-01 07:18:05.359 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-3 << "{"name":"get","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":""}"
2016-07-01 07:18:05.426 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.426 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.426 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:05.426 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.427 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.427 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.428 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.428 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "[\r][\n]"
2016-07-01 07:18:05.429 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "connection: close[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.503 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "[\r][\n]"
2016-07-01 07:18:05.523 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-4 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{d8bd1114-d26d-4a19-838c-fc8771ae589e}","element-6066-11e4-a52e-4f735466cecf":"{d8bd1114-d26d-4a19-838c-fc8771ae589e}"}}"
2016-07-01 07:18:05.533 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bd8bd1114-d26d-4a19-838c-fc8771ae589e%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.533 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.534 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.534 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.535 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.536 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.536 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 >> "[\r][\n]"
2016-07-01 07:18:05.553 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "connection: close[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "content-length: 105[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.554 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "[\r][\n]"
2016-07-01 07:18:05.556 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-5 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:05.559 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.559 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.559 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "[\r][\n]"
2016-07-01 07:18:05.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "connection: close[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.570 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "[\r][\n]"
2016-07-01 07:18:05.572 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-6 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{0ff92fe3-ca1f-46b1-94e0-1595c8d784aa}","element-6066-11e4-a52e-4f735466cecf":"{0ff92fe3-ca1f-46b1-94e0-1595c8d784aa}"}}"
2016-07-01 07:18:05.574 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B0ff92fe3-ca1f-46b1-94e0-1595c8d784aa%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.575 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 >> "[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "connection: close[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "content-length: 104[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.651 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.652 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "[\r][\n]"
2016-07-01 07:18:05.654 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-7 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:05.660 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.662 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.663 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:05.665 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.666 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.666 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.667 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.668 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "[\r][\n]"
2016-07-01 07:18:05.669 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:05.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "connection: close[\r][\n]"
2016-07-01 07:18:05.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "content-length: 106[\r][\n]"
2016-07-01 07:18:05.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "[\r][\n]"
2016-07-01 07:18:05.754 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-8 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:05.757 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.757 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.757 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "Content-Length: 35[\r][\n]"
2016-07-01 07:18:05.757 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.757 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.758 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.758 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.758 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "[\r][\n]"
2016-07-01 07:18:05.758 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 >> "{"using":"tag name","value":"html"}"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "connection: close[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "[\r][\n]"
2016-07-01 07:18:05.771 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-9 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{6b521803-808f-4827-8ce7-a0af22d55bdb}","element-6066-11e4-a52e-4f735466cecf":"{6b521803-808f-4827-8ce7-a0af22d55bdb}"}}"
2016-07-01 07:18:05.773 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B6b521803-808f-4827-8ce7-a0af22d55bdb%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.774 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 >> "[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "connection: close[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "content-length: 123[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.786 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "[\r][\n]"
2016-07-01 07:18:05.788 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-10 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"HyperstateRootEntity"}"
2016-07-01 07:18:05.794 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.794 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.795 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:05.795 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.795 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.795 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "[\r][\n]"
2016-07-01 07:18:05.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "connection: close[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.805 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "[\r][\n]"
2016-07-01 07:18:05.807 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-11 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{d8bd1114-d26d-4a19-838c-fc8771ae589e}","element-6066-11e4-a52e-4f735466cecf":"{d8bd1114-d26d-4a19-838c-fc8771ae589e}"}}"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bd8bd1114-d26d-4a19-838c-fc8771ae589e%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.810 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.811 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 >> "[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "connection: close[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "content-length: 105[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.819 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "[\r][\n]"
2016-07-01 07:18:05.822 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-12 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:05.824 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "[\r][\n]"
2016-07-01 07:18:05.825 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:05.833 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.833 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.834 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "connection: close[\r][\n]"
2016-07-01 07:18:05.834 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.834 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.834 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.834 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "[\r][\n]"
2016-07-01 07:18:05.836 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-13 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{0ff92fe3-ca1f-46b1-94e0-1595c8d784aa}","element-6066-11e4-a52e-4f735466cecf":"{0ff92fe3-ca1f-46b1-94e0-1595c8d784aa}"}}"
2016-07-01 07:18:05.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B0ff92fe3-ca1f-46b1-94e0-1595c8d784aa%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.839 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.839 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.839 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.839 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 >> "[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "connection: close[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "content-length: 104[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.851 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "[\r][\n]"
2016-07-01 07:18:05.853 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-14 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "[\r][\n]"
2016-07-01 07:18:05.857 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:05.869 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.869 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.869 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "connection: close[\r][\n]"
2016-07-01 07:18:05.870 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "content-length: 106[\r][\n]"
2016-07-01 07:18:05.870 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.870 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.870 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "[\r][\n]"
2016-07-01 07:18:05.870 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-15 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:05.874 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.874 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.874 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "Content-Length: 30[\r][\n]"
2016-07-01 07:18:05.874 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.875 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.875 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.875 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.876 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "[\r][\n]"
2016-07-01 07:18:05.876 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 >> "{"using":"id","value":"links"}"
2016-07-01 07:18:05.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "connection: close[\r][\n]"
2016-07-01 07:18:05.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "content-length: 224[\r][\n]"
2016-07-01 07:18:05.883 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.883 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.883 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "[\r][\n]"
2016-07-01 07:18:05.885 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-16 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{c75f8744-b1b6-45ff-9e19-21b7f95dd06b}","element-6066-11e4-a52e-4f735466cecf":"{c75f8744-b1b6-45ff-9e19-21b7f95dd06b}"}}"
2016-07-01 07:18:05.888 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bc75f8744-b1b6-45ff-9e19-21b7f95dd06b%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.888 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "Content-Length: 78[\r][\n]"
2016-07-01 07:18:05.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.890 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.890 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.890 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "[\r][\n]"
2016-07-01 07:18:05.891 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 >> "{"id":"{c75f8744-b1b6-45ff-9e19-21b7f95dd06b}","using":"tag name","value":"a"}"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "connection: close[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "content-length: 364[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "[\r][\n]"
2016-07-01 07:18:05.904 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-17 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[{"ELEMENT":"{c04a45a0-348a-46ca-923a-5bde75eb6a61}","element-6066-11e4-a52e-4f735466cecf":"{c04a45a0-348a-46ca-923a-5bde75eb6a61}"},{"ELEMENT":"{89d9dc4a-27fc-4f3a-a063-a61d16f9afab}","element-6066-11e4-a52e-4f735466cecf":"{89d9dc4a-27fc-4f3a-a063-a61d16f9afab}"}]}"
2016-07-01 07:18:05.910 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bc04a45a0-348a-46ca-923a-5bde75eb6a61%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.910 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.910 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.911 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.911 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.911 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 >> "[\r][\n]"
2016-07-01 07:18:05.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "connection: close[\r][\n]"
2016-07-01 07:18:05.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "content-length: 111[\r][\n]"
2016-07-01 07:18:05.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.920 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.920 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "[\r][\n]"
2016-07-01 07:18:05.922 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-18 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"accounts"}"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B89d9dc4a-27fc-4f3a-a063-a61d16f9afab%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.924 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 >> "[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "connection: close[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "content-length: 107[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.933 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "[\r][\n]"
2016-07-01 07:18:05.935 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-19 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"self"}"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/url HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.938 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 >> "[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "connection: close[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "content-length: 135[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "date: Fri, 01 Jul 2016 07:18:05 GMT[\r][\n]"
2016-07-01 07:18:05.946 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "[\r][\n]"
2016-07-01 07:18:05.948 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-20 << "{"name":"getCurrentUrl","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"https://localhost:56842/hyperstateTest"}"
2016-07-01 07:18:05.979 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/url HTTP/1.1[\r][\n]"
2016-07-01 07:18:05.979 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:05.979 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "Content-Length: 48[\r][\n]"
2016-07-01 07:18:05.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:05.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:05.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:05.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:05.981 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "[\r][\n]"
2016-07-01 07:18:05.981 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 >> "{"url":"https://localhost:56842/hyperstateTest"}"
2016-07-01 07:18:06.230 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.244 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.244 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "connection: close[\r][\n]"
2016-07-01 07:18:06.244 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "content-length: 87[\r][\n]"
2016-07-01 07:18:06.247 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.247 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.247 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "[\r][\n]"
2016-07-01 07:18:06.247 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-21 << "{"name":"get","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":""}"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "[\r][\n]"
2016-07-01 07:18:06.257 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:06.287 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.287 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.287 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "connection: close[\r][\n]"
2016-07-01 07:18:06.287 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "content-length: 224[\r][\n]"
2016-07-01 07:18:06.287 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.288 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.288 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "[\r][\n]"
2016-07-01 07:18:06.289 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-22 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}","element-6066-11e4-a52e-4f735466cecf":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}"}}"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9ed5fe16-8283-4f22-b4ee-cd2bfc952643%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.291 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 >> "[\r][\n]"
2016-07-01 07:18:06.297 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "connection: close[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "content-length: 105[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.298 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "[\r][\n]"
2016-07-01 07:18:06.299 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-23 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.300 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.301 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "[\r][\n]"
2016-07-01 07:18:06.301 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "connection: close[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "content-length: 224[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.305 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "[\r][\n]"
2016-07-01 07:18:06.306 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-24 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{c651fbc0-0c80-4505-ac52-b4ac59220501}","element-6066-11e4-a52e-4f735466cecf":"{c651fbc0-0c80-4505-ac52-b4ac59220501}"}}"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bc651fbc0-0c80-4505-ac52-b4ac59220501%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.308 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 >> "[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "connection: close[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "content-length: 104[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.317 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "[\r][\n]"
2016-07-01 07:18:06.318 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-25 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "[\r][\n]"
2016-07-01 07:18:06.320 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:06.326 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.326 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.326 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "connection: close[\r][\n]"
2016-07-01 07:18:06.326 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "content-length: 106[\r][\n]"
2016-07-01 07:18:06.326 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.327 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.327 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "[\r][\n]"
2016-07-01 07:18:06.327 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-26 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "Content-Length: 30[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "[\r][\n]"
2016-07-01 07:18:06.329 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 >> "{"using":"id","value":"links"}"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "connection: close[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "content-length: 224[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.334 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "[\r][\n]"
2016-07-01 07:18:06.335 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-27 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{4e725859-4b65-4347-84ea-f85f7db7b1f0}","element-6066-11e4-a52e-4f735466cecf":"{4e725859-4b65-4347-84ea-f85f7db7b1f0}"}}"
2016-07-01 07:18:06.336 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B4e725859-4b65-4347-84ea-f85f7db7b1f0%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "Content-Length: 78[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "[\r][\n]"
2016-07-01 07:18:06.337 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 >> "{"id":"{4e725859-4b65-4347-84ea-f85f7db7b1f0}","using":"tag name","value":"a"}"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "connection: close[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "content-length: 364[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.345 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "[\r][\n]"
2016-07-01 07:18:06.346 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-28 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[{"ELEMENT":"{57fd9291-90c7-419c-8a31-5544ecb3b2fa}","element-6066-11e4-a52e-4f735466cecf":"{57fd9291-90c7-419c-8a31-5544ecb3b2fa}"},{"ELEMENT":"{03c956ab-9c55-45b6-9d01-afde093acef5}","element-6066-11e4-a52e-4f735466cecf":"{03c956ab-9c55-45b6-9d01-afde093acef5}"}]}"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B57fd9291-90c7-419c-8a31-5544ecb3b2fa%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.348 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 >> "[\r][\n]"
2016-07-01 07:18:06.353 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "connection: close[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "content-length: 111[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.354 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "[\r][\n]"
2016-07-01 07:18:06.355 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-29 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"accounts"}"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B03c956ab-9c55-45b6-9d01-afde093acef5%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.357 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 >> "[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "connection: close[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "content-length: 107[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.361 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "[\r][\n]"
2016-07-01 07:18:06.363 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-30 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"self"}"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B57fd9291-90c7-419c-8a31-5544ecb3b2fa%7D/click HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "Content-Length: 47[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.364 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "[\r][\n]"
2016-07-01 07:18:06.365 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 >> "{"id":"{57fd9291-90c7-419c-8a31-5544ecb3b2fa}"}"
2016-07-01 07:18:06.480 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "connection: close[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "content-length: 98[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.481 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "[\r][\n]"
2016-07-01 07:18:06.482 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-31 << "{"name":"clickElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"ok"}"
2016-07-01 07:18:06.486 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.486 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:06.486 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:06.486 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.486 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.487 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.487 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.487 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "[\r][\n]"
2016-07-01 07:18:06.487 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:06.495 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "connection: close[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "content-length: 224[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.496 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "[\r][\n]"
2016-07-01 07:18:06.498 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-32 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}","element-6066-11e4-a52e-4f735466cecf":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}"}}"
2016-07-01 07:18:06.500 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9ed5fe16-8283-4f22-b4ee-cd2bfc952643%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:06.500 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:06.501 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:06.501 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:06.501 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:06.501 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:06.501 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 >> "[\r][\n]"
2016-07-01 07:18:06.524 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "connection: close[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "content-length: 104[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "date: Fri, 01 Jul 2016 07:18:06 GMT[\r][\n]"
2016-07-01 07:18:06.525 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "[\r][\n]"
2016-07-01 07:18:06.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-33 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.034 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "[\r][\n]"
2016-07-01 07:18:07.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "connection: close[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.042 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "[\r][\n]"
2016-07-01 07:18:07.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-34 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}","element-6066-11e4-a52e-4f735466cecf":"{9ed5fe16-8283-4f22-b4ee-cd2bfc952643}"}}"
2016-07-01 07:18:07.046 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9ed5fe16-8283-4f22-b4ee-cd2bfc952643%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 >> "[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "connection: close[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "content-length: 105[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.055 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "[\r][\n]"
2016-07-01 07:18:07.056 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-35 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:07.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:07.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "[\r][\n]"
2016-07-01 07:18:07.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "connection: close[\r][\n]"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.066 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.067 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "[\r][\n]"
2016-07-01 07:18:07.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-36 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{c651fbc0-0c80-4505-ac52-b4ac59220501}","element-6066-11e4-a52e-4f735466cecf":"{c651fbc0-0c80-4505-ac52-b4ac59220501}"}}"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bc651fbc0-0c80-4505-ac52-b4ac59220501%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 >> "[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "connection: close[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "content-length: 104[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.086 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "[\r][\n]"
2016-07-01 07:18:07.087 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-37 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "[\r][\n]"
2016-07-01 07:18:07.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:07.106 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.106 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.107 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "connection: close[\r][\n]"
2016-07-01 07:18:07.107 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "content-length: 106[\r][\n]"
2016-07-01 07:18:07.107 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.107 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.107 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "[\r][\n]"
2016-07-01 07:18:07.108 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-38 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "Content-Length: 35[\r][\n]"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.110 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.111 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.111 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "[\r][\n]"
2016-07-01 07:18:07.111 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 >> "{"using":"tag name","value":"html"}"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "connection: close[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.116 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "[\r][\n]"
2016-07-01 07:18:07.117 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-39 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{2033ff1b-a438-4094-9c3d-ce280e06d090}","element-6066-11e4-a52e-4f735466cecf":"{2033ff1b-a438-4094-9c3d-ce280e06d090}"}}"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B2033ff1b-a438-4094-9c3d-ce280e06d090%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.120 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 >> "[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "connection: close[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "content-length: 111[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.125 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "[\r][\n]"
2016-07-01 07:18:07.126 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-40 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"Accounts"}"
2016-07-01 07:18:07.160 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/url HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.160 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.160 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "Content-Length: 65[\r][\n]"
2016-07-01 07:18:07.161 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.161 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.161 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.162 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.162 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "[\r][\n]"
2016-07-01 07:18:07.162 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 >> "{"url":"https://localhost:56842/hyperstateTest/test/testAccount"}"
2016-07-01 07:18:07.392 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.392 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "connection: close[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "content-length: 87[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "[\r][\n]"
2016-07-01 07:18:07.393 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-41 << "{"name":"get","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":""}"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "[\r][\n]"
2016-07-01 07:18:07.435 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:07.443 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "connection: close[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "[\r][\n]"
2016-07-01 07:18:07.444 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-42 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}","element-6066-11e4-a52e-4f735466cecf":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}"}}"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B434b9ea5-e5e9-46be-a579-4cae9dfd7ce6%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.447 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 >> "[\r][\n]"
2016-07-01 07:18:07.461 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.461 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.461 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "connection: close[\r][\n]"
2016-07-01 07:18:07.461 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "content-length: 105[\r][\n]"
2016-07-01 07:18:07.461 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.462 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.462 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "[\r][\n]"
2016-07-01 07:18:07.463 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-43 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.465 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.466 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.466 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "[\r][\n]"
2016-07-01 07:18:07.466 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "connection: close[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.507 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "[\r][\n]"
2016-07-01 07:18:07.508 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-44 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}","element-6066-11e4-a52e-4f735466cecf":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}"}}"
2016-07-01 07:18:07.511 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bf2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.511 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.511 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.511 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.512 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.512 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.512 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 >> "[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "connection: close[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "content-length: 104[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.529 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "[\r][\n]"
2016-07-01 07:18:07.530 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-45 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.532 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "[\r][\n]"
2016-07-01 07:18:07.533 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "connection: close[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "content-length: 106[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.541 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "[\r][\n]"
2016-07-01 07:18:07.542 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-46 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:07.544 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.544 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "Content-Length: 35[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "[\r][\n]"
2016-07-01 07:18:07.545 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 >> "{"using":"tag name","value":"html"}"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "connection: close[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.550 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "[\r][\n]"
2016-07-01 07:18:07.552 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-47 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{fcf555c8-2bb0-447a-beb4-7e1990a21da6}","element-6066-11e4-a52e-4f735466cecf":"{fcf555c8-2bb0-447a-beb4-7e1990a21da6}"}}"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bfcf555c8-2bb0-447a-beb4-7e1990a21da6%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.555 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 >> "[\r][\n]"
2016-07-01 07:18:07.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "connection: close[\r][\n]"
2016-07-01 07:18:07.560 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "content-length: 110[\r][\n]"
2016-07-01 07:18:07.561 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.561 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.561 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "[\r][\n]"
2016-07-01 07:18:07.561 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-48 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"Account"}"
2016-07-01 07:18:07.583 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.583 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.584 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "Content-Length: 42[\r][\n]"
2016-07-01 07:18:07.584 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.584 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.584 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.585 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.585 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "[\r][\n]"
2016-07-01 07:18:07.585 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 >> "{"using":"id","value":"property:username"}"
2016-07-01 07:18:07.591 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.591 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.592 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "connection: close[\r][\n]"
2016-07-01 07:18:07.592 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.592 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.592 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.593 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "[\r][\n]"
2016-07-01 07:18:07.594 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-49 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{b50dadaf-d2ba-4652-8279-de23307a5783}","element-6066-11e4-a52e-4f735466cecf":"{b50dadaf-d2ba-4652-8279-de23307a5783}"}}"
2016-07-01 07:18:07.597 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bb50dadaf-d2ba-4652-8279-de23307a5783%7D/text HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.597 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.597 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.601 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.601 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.601 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.602 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 >> "[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "connection: close[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "content-length: 101[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.619 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "[\r][\n]"
2016-07-01 07:18:07.622 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-50 << "{"name":"getElementText","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"tom"}"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "Content-Length: 46[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "[\r][\n]"
2016-07-01 07:18:07.624 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 >> "{"using":"id","value":"property:creationDate"}"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "connection: close[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.634 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "[\r][\n]"
2016-07-01 07:18:07.639 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-51 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{5b08c563-b103-433b-87c7-ba2e84bb2ac1}","element-6066-11e4-a52e-4f735466cecf":"{5b08c563-b103-433b-87c7-ba2e84bb2ac1}"}}"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B5b08c563-b103-433b-87c7-ba2e84bb2ac1%7D/text HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.641 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 >> "[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "connection: close[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "content-length: 108[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.661 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "[\r][\n]"
2016-07-01 07:18:07.672 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-52 << "{"name":"getElementText","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"2016/01/15"}"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "[\r][\n]"
2016-07-01 07:18:07.676 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:07.689 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.689 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.689 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "connection: close[\r][\n]"
2016-07-01 07:18:07.690 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.690 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.690 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.690 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "[\r][\n]"
2016-07-01 07:18:07.692 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-53 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}","element-6066-11e4-a52e-4f735466cecf":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}"}}"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B434b9ea5-e5e9-46be-a579-4cae9dfd7ce6%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.694 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 >> "[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "connection: close[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "content-length: 105[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.722 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "[\r][\n]"
2016-07-01 07:18:07.725 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-54 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "[\r][\n]"
2016-07-01 07:18:07.727 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "connection: close[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.748 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "[\r][\n]"
2016-07-01 07:18:07.749 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-55 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}","element-6066-11e4-a52e-4f735466cecf":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}"}}"
2016-07-01 07:18:07.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bf2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.751 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.752 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 >> "[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "connection: close[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "content-length: 104[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.766 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "[\r][\n]"
2016-07-01 07:18:07.768 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-56 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.770 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "[\r][\n]"
2016-07-01 07:18:07.771 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:07.780 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "connection: close[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "content-length: 106[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.781 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "[\r][\n]"
2016-07-01 07:18:07.783 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-57 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "[\r][\n]"
2016-07-01 07:18:07.785 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 >> "{"using":"id","value":"actions"}"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "connection: close[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.792 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "[\r][\n]"
2016-07-01 07:18:07.794 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-58 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{2af5b78f-765a-4304-874e-4e5ba3a624a2}","element-6066-11e4-a52e-4f735466cecf":"{2af5b78f-765a-4304-874e-4e5ba3a624a2}"}}"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B2af5b78f-765a-4304-874e-4e5ba3a624a2%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "Content-Length: 81[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "[\r][\n]"
2016-07-01 07:18:07.796 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 >> "{"id":"{2af5b78f-765a-4304-874e-4e5ba3a624a2}","using":"tag name","value":"form"}"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "connection: close[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "content-length: 101[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.828 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "[\r][\n]"
2016-07-01 07:18:07.830 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-59 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[]}"
2016-07-01 07:18:07.837 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.837 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.837 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.837 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "[\r][\n]"
2016-07-01 07:18:07.838 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "connection: close[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.847 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "[\r][\n]"
2016-07-01 07:18:07.849 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-60 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}","element-6066-11e4-a52e-4f735466cecf":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}"}}"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B434b9ea5-e5e9-46be-a579-4cae9dfd7ce6%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.850 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 >> "[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "connection: close[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "content-length: 105[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.856 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "[\r][\n]"
2016-07-01 07:18:07.857 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-61 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "[\r][\n]"
2016-07-01 07:18:07.859 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "connection: close[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.864 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "[\r][\n]"
2016-07-01 07:18:07.866 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-62 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}","element-6066-11e4-a52e-4f735466cecf":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}"}}"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bf2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.868 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 >> "[\r][\n]"
2016-07-01 07:18:07.878 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.878 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.879 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "connection: close[\r][\n]"
2016-07-01 07:18:07.879 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "content-length: 104[\r][\n]"
2016-07-01 07:18:07.879 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.879 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.879 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "[\r][\n]"
2016-07-01 07:18:07.880 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-63 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "[\r][\n]"
2016-07-01 07:18:07.882 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "connection: close[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "content-length: 106[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.889 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "[\r][\n]"
2016-07-01 07:18:07.891 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-64 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "Content-Length: 30[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "[\r][\n]"
2016-07-01 07:18:07.892 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 >> "{"using":"id","value":"links"}"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "connection: close[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.899 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "[\r][\n]"
2016-07-01 07:18:07.900 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-65 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","element-6066-11e4-a52e-4f735466cecf":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}"}}"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bdba3d434-e854-4c94-9fec-9f98d7b95d90%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "Content-Length: 78[\r][\n]"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.901 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.902 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.902 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "[\r][\n]"
2016-07-01 07:18:07.902 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 >> "{"id":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","using":"tag name","value":"a"}"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "connection: close[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "content-length: 232[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.909 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "[\r][\n]"
2016-07-01 07:18:07.911 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-66 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[{"ELEMENT":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}","element-6066-11e4-a52e-4f735466cecf":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}"}]}"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9f186078-530f-4d8d-a1f3-1457538e6c1d%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.912 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 >> "[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "connection: close[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "content-length: 107[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "[\r][\n]"
2016-07-01 07:18:07.917 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-67 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"self"}"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "[\r][\n]"
2016-07-01 07:18:07.919 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "connection: close[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.925 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "[\r][\n]"
2016-07-01 07:18:07.943 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-68 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}","element-6066-11e4-a52e-4f735466cecf":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}"}}"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B434b9ea5-e5e9-46be-a579-4cae9dfd7ce6%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.945 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 >> "[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "connection: close[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "content-length: 105[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.952 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "[\r][\n]"
2016-07-01 07:18:07.953 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-69 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "[\r][\n]"
2016-07-01 07:18:07.954 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "connection: close[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "content-length: 224[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.969 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "[\r][\n]"
2016-07-01 07:18:07.970 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-70 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}","element-6066-11e4-a52e-4f735466cecf":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}"}}"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bf2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.972 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 >> "[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "connection: close[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "content-length: 104[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:07.980 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "[\r][\n]"
2016-07-01 07:18:07.981 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-71 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "[\r][\n]"
2016-07-01 07:18:07.982 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:08.000 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.000 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.000 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "connection: close[\r][\n]"
2016-07-01 07:18:08.000 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "content-length: 106[\r][\n]"
2016-07-01 07:18:08.000 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.001 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "date: Fri, 01 Jul 2016 07:18:07 GMT[\r][\n]"
2016-07-01 07:18:08.001 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "[\r][\n]"
2016-07-01 07:18:08.001 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-72 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "Content-Length: 30[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "[\r][\n]"
2016-07-01 07:18:08.003 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 >> "{"using":"id","value":"links"}"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "connection: close[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "content-length: 224[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.007 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "[\r][\n]"
2016-07-01 07:18:08.008 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-73 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","element-6066-11e4-a52e-4f735466cecf":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}"}}"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bdba3d434-e854-4c94-9fec-9f98d7b95d90%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "Content-Length: 78[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "[\r][\n]"
2016-07-01 07:18:08.010 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 >> "{"id":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","using":"tag name","value":"a"}"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "connection: close[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "content-length: 232[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.020 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "[\r][\n]"
2016-07-01 07:18:08.021 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-74 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[{"ELEMENT":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}","element-6066-11e4-a52e-4f735466cecf":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}"}]}"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9f186078-530f-4d8d-a1f3-1457538e6c1d%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.022 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 >> "[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "connection: close[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "content-length: 107[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.035 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "[\r][\n]"
2016-07-01 07:18:08.036 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-75 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"self"}"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "Content-Length: 32[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "[\r][\n]"
2016-07-01 07:18:08.040 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 >> "{"using":"id","value":"loading"}"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "connection: close[\r][\n]"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "content-length: 224[\r][\n]"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.044 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.045 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "[\r][\n]"
2016-07-01 07:18:08.045 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-76 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}","element-6066-11e4-a52e-4f735466cecf":"{434b9ea5-e5e9-46be-a579-4cae9dfd7ce6}"}}"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B434b9ea5-e5e9-46be-a579-4cae9dfd7ce6%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.047 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 >> "[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "connection: close[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "content-length: 105[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.051 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "[\r][\n]"
2016-07-01 07:18:08.053 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-77 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":false}"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "Content-Length: 31[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "[\r][\n]"
2016-07-01 07:18:08.054 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 >> "{"using":"id","value":"loaded"}"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "connection: close[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "content-length: 224[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.058 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "[\r][\n]"
2016-07-01 07:18:08.059 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-78 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}","element-6066-11e4-a52e-4f735466cecf":"{f2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c}"}}"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bf2c3ae38-9afb-4bb8-b4fb-6475fc4fd68c%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.060 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 >> "[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "connection: close[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "content-length: 104[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.068 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "[\r][\n]"
2016-07-01 07:18:08.069 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-79 << "{"name":"isElementDisplayed","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":true}"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "Content-Length: 501[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "[\r][\n]"
2016-07-01 07:18:08.070 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 >> "{"script":"var callback = arguments[arguments.length - 1];\nvar el = document.querySelector('html');\nif (!window.angular) {\n callback('false')\n}\nif (angular.getTestability) {\n angular.getTestability(el).whenStable(function(){callback('true')});\n} else {\n if (!angular.element(el).injector()) {\n callback('false')\n }\n var browser = angular.element(el).injector().get('$browser');\n browser.notifyWhenNoOutstandingRequests(function(){callback('true')});\n}","args":[]}"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "connection: close[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "content-length: 106[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.076 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "[\r][\n]"
2016-07-01 07:18:08.077 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-80 << "{"name":"executeAsyncScript","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"true"}"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "Content-Length: 30[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "[\r][\n]"
2016-07-01 07:18:08.078 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 >> "{"using":"id","value":"links"}"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "connection: close[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "content-length: 224[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.082 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "[\r][\n]"
2016-07-01 07:18:08.083 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-81 << "{"name":"findElement","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":{"ELEMENT":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","element-6066-11e4-a52e-4f735466cecf":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}"}}"
2016-07-01 07:18:08.084 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "POST /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7Bdba3d434-e854-4c94-9fec-9f98d7b95d90%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.084 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 07:18:08.084 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "Content-Length: 78[\r][\n]"
2016-07-01 07:18:08.084 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.084 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.085 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.085 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.085 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "[\r][\n]"
2016-07-01 07:18:08.085 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 >> "{"id":"{dba3d434-e854-4c94-9fec-9f98d7b95d90}","using":"tag name","value":"a"}"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "connection: close[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "content-length: 232[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.089 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "[\r][\n]"
2016-07-01 07:18:08.090 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-82 << "{"name":"findChildElements","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":[{"ELEMENT":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}","element-6066-11e4-a52e-4f735466cecf":"{9f186078-530f-4d8d-a1f3-1457538e6c1d}"}]}"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/element/%7B9f186078-530f-4d8d-a1f3-1457538e6c1d%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.091 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 >> "[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "connection: close[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "content-length: 107[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.096 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "[\r][\n]"
2016-07-01 07:18:08.097 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-83 << "{"name":"getElementAttribute","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"self"}"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "GET /hub/session/3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9/url HTTP/1.1[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_51)[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 07:18:08.098 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 >> "[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "connection: close[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "content-length: 152[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "server: httpd.js[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "date: Fri, 01 Jul 2016 07:18:08 GMT[\r][\n]"
2016-07-01 07:18:08.102 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "[\r][\n]"
2016-07-01 07:18:08.103 DEBUG 8193 --- [5b7f9 to remote] org.apache.http.wire : http-outgoing-84 << "{"name":"getCurrentUrl","sessionId":"3fd29b24-1933-4c1f-8ae8-361a9ae5b7f9","status":0,"value":"https://localhost:56842/hyperstateTest/test/testAccount"}"
Scenario: Expose single domain entity ?[90m# serviceExposer.feature:21?[0m
?[32mGiven ?[0m?[32man "?[0m?[32m?[1mAccount?[0m?[32m" domain entity with?[0m ?[90m# StepDefs.an_domain_entity_with(String,String,String>)?[0m
?[32mAnd ?[0m?[32mit has no actions?[0m ?[90m# StepDefs.it_has_no_actions()?[0m
?[32mAnd ?[0m?[32mit's only link is self link referencing "?[0m?[32m?[1m/hyperstateTest/test/testAccount?[0m?[32m"?[0m ?[90m# StepDefs.it_s_only_link_is_self_link_referencing(String)?[0m
?[32mAnd ?[0m?[32mit is exposed at "?[0m?[32m?[1m/hyperstateTest/test/testAccount?[0m?[32m"?[0m ?[90m# StepDefs.it_is_exposed_at(String)?[0m
?[32mWhen ?[0m?[32mrequest is made to "?[0m?[32m?[1m/hyperstateTest/test/testAccount?[0m?[32m" for an "?[0m?[32m?[1mau.com.mountainpass.hyperstate.server.entities.Account?[0m?[32m"?[0m ?[90m# StepDefs.request_is_made_to_for_an(String,String)?[0m
?[32mThen ?[0m?[32mthe response will be an "?[0m?[32m?[1mAccount?[0m?[32m" domain entity with?[0m ?[90m# StepDefs.the_response_will_be_an_domain_entity_with(String,String,String>)?[0m
?[32mAnd ?[0m?[32mit will have no actions?[0m ?[90m# StepDefs.it_will_have_no_actions()?[0m
?[32mAnd ?[0m?[32mit will have no links apart from "?[0m?[32m?[1mself?[0m?[32m"?[0m ?[90m# StepDefs.it_will_have_no_links_apart_from(String)?[0m
?[32mAnd ?[0m?[32mit will have a self link referencing "?[0m?[32m?[1m/hyperstateTest/test/testAccount?[0m?[32m"?[0m ?[90m# StepDefs.it_will_have_a_self_link_referencing(String)?[0m
3 Scenarios (?[32m3 passed?[0m)
18 Steps (?[32m18 passed?[0m)
0m3.874s