Class HyperstateTests

0

tests

0

failures

0

ignored

-

duration

-

successful

Tests

Test Duration Result

Standard output

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 05:14:36.666 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/url HTTP/1.1[\r][\n]"
2016-07-01 05:14:36.683 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:36.684 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "Content-Length: 48[\r][\n]"
2016-07-01 05:14:36.685 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:36.686 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:36.686 DEBUG 3008 --- [280e9 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 05:14:36.687 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:36.688 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "[\r][\n]"
2016-07-01 05:14:36.689 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 >> "{"url":"https://localhost:40709/hyperstateTest"}"
2016-07-01 05:14:36.922  INFO 3008 --- [o-auto-2-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 'dispatcherServlet'
2016-07-01 05:14:36.922  INFO 3008 --- [o-auto-2-exec-3] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2016-07-01 05:14:36.935  INFO 3008 --- [o-auto-2-exec-3] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "connection: close[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "content-length: 87[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "date: Fri, 01 Jul 2016 05:14:37 GMT[\r][\n]"
2016-07-01 05:14:37.722 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "[\r][\n]"
2016-07-01 05:14:37.723 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-3 << "{"name":"get","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":""}"
2016-07-01 05:14:37.802 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:37.803 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:37.803 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:37.803 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:37.803 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:37.804 DEBUG 3008 --- [280e9 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 05:14:37.804 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:37.804 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "[\r][\n]"
2016-07-01 05:14:37.804 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "connection: close[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "content-length: 224[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "date: Fri, 01 Jul 2016 05:14:37 GMT[\r][\n]"
2016-07-01 05:14:37.970 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "[\r][\n]"
2016-07-01 05:14:37.975 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-4 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{92fa4b8c-f563-4895-bd81-3fb5ecc380ae}","element-6066-11e4-a52e-4f735466cecf":"{92fa4b8c-f563-4895-bd81-3fb5ecc380ae}"}}"
2016-07-01 05:14:37.990 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B92fa4b8c-f563-4895-bd81-3fb5ecc380ae%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:37.992 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:37.992 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:37.992 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:37.992 DEBUG 3008 --- [280e9 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 05:14:37.992 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:37.992 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 >> "[\r][\n]"
2016-07-01 05:14:38.002 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "connection: close[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "content-length: 105[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.003 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "[\r][\n]"
2016-07-01 05:14:38.006 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-5 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:38.008 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 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 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "[\r][\n]"
2016-07-01 05:14:38.009 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "connection: close[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "[\r][\n]"
2016-07-01 05:14:38.022 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-6 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{471b927e-43fc-4e47-a7c2-403e7794674e}","element-6066-11e4-a52e-4f735466cecf":"{471b927e-43fc-4e47-a7c2-403e7794674e}"}}"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B471b927e-43fc-4e47-a7c2-403e7794674e%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 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 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.024 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 >> "[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "connection: close[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "content-length: 104[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.038 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "[\r][\n]"
2016-07-01 05:14:38.040 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-7 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.044 DEBUG 3008 --- [280e9 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 05:14:38.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.048 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 >> "[\r][\n]"
2016-07-01 05:14:38.049 DEBUG 3008 --- [280e9 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 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "connection: close[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "content-length: 106[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "[\r][\n]"
2016-07-01 05:14:38.086 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-8 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "Content-Length: 35[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 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 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "[\r][\n]"
2016-07-01 05:14:38.088 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 >> "{"using":"tag name","value":"html"}"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "connection: close[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "[\r][\n]"
2016-07-01 05:14:38.098 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-9 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{734953c7-97cc-4046-ab4f-30c6e42980fd}","element-6066-11e4-a52e-4f735466cecf":"{734953c7-97cc-4046-ab4f-30c6e42980fd}"}}"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B734953c7-97cc-4046-ab4f-30c6e42980fd%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 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 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.100 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 >> "[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "connection: close[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "content-length: 123[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.111 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "[\r][\n]"
2016-07-01 05:14:38.113 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-10 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"HyperstateRootEntity"}"
2016-07-01 05:14:38.118 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.118 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.118 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:38.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.119 DEBUG 3008 --- [280e9 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 05:14:38.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "[\r][\n]"
2016-07-01 05:14:38.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "connection: close[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.126 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "[\r][\n]"
2016-07-01 05:14:38.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-11 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{92fa4b8c-f563-4895-bd81-3fb5ecc380ae}","element-6066-11e4-a52e-4f735466cecf":"{92fa4b8c-f563-4895-bd81-3fb5ecc380ae}"}}"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B92fa4b8c-f563-4895-bd81-3fb5ecc380ae%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 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 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.129 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 >> "[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "connection: close[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "content-length: 105[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.139 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "[\r][\n]"
2016-07-01 05:14:38.140 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-12 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 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 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "[\r][\n]"
2016-07-01 05:14:38.142 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:38.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "connection: close[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.148 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "[\r][\n]"
2016-07-01 05:14:38.149 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-13 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{471b927e-43fc-4e47-a7c2-403e7794674e}","element-6066-11e4-a52e-4f735466cecf":"{471b927e-43fc-4e47-a7c2-403e7794674e}"}}"
2016-07-01 05:14:38.150 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B471b927e-43fc-4e47-a7c2-403e7794674e%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.151 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.151 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.153 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.153 DEBUG 3008 --- [280e9 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 05:14:38.153 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.153 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 >> "[\r][\n]"
2016-07-01 05:14:38.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "connection: close[\r][\n]"
2016-07-01 05:14:38.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "content-length: 104[\r][\n]"
2016-07-01 05:14:38.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.165 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.165 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "[\r][\n]"
2016-07-01 05:14:38.166 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-14 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:38.167 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 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 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 >> "[\r][\n]"
2016-07-01 05:14:38.168 DEBUG 3008 --- [280e9 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 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "connection: close[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "content-length: 106[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.179 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "[\r][\n]"
2016-07-01 05:14:38.181 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-15 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:38.182 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "Content-Length: 30[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 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 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "[\r][\n]"
2016-07-01 05:14:38.183 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 >> "{"using":"id","value":"links"}"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "connection: close[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.191 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "[\r][\n]"
2016-07-01 05:14:38.193 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-16 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{6bb0cf79-e35f-457e-ab29-b91fd473eae4}","element-6066-11e4-a52e-4f735466cecf":"{6bb0cf79-e35f-457e-ab29-b91fd473eae4}"}}"
2016-07-01 05:14:38.194 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B6bb0cf79-e35f-457e-ab29-b91fd473eae4%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.195 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.197 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "Content-Length: 78[\r][\n]"
2016-07-01 05:14:38.197 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.198 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.198 DEBUG 3008 --- [280e9 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 05:14:38.199 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.199 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "[\r][\n]"
2016-07-01 05:14:38.199 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 >> "{"id":"{6bb0cf79-e35f-457e-ab29-b91fd473eae4}","using":"tag name","value":"a"}"
2016-07-01 05:14:38.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.205 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "connection: close[\r][\n]"
2016-07-01 05:14:38.205 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "content-length: 364[\r][\n]"
2016-07-01 05:14:38.205 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.205 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.205 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "[\r][\n]"
2016-07-01 05:14:38.206 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-17 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[{"ELEMENT":"{a06cf66e-55a8-494c-b23f-af28304e473c}","element-6066-11e4-a52e-4f735466cecf":"{a06cf66e-55a8-494c-b23f-af28304e473c}"},{"ELEMENT":"{bcd2ffb3-4199-43ce-a848-08503dd9f6bb}","element-6066-11e4-a52e-4f735466cecf":"{bcd2ffb3-4199-43ce-a848-08503dd9f6bb}"}]}"
2016-07-01 05:14:38.213 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Ba06cf66e-55a8-494c-b23f-af28304e473c%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.213 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.214 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.215 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.216 DEBUG 3008 --- [280e9 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 05:14:38.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.221 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 >> "[\r][\n]"
2016-07-01 05:14:38.225 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.225 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.225 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "connection: close[\r][\n]"
2016-07-01 05:14:38.226 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "content-length: 111[\r][\n]"
2016-07-01 05:14:38.226 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.226 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.226 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "[\r][\n]"
2016-07-01 05:14:38.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-18 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"accounts"}"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bbcd2ffb3-4199-43ce-a848-08503dd9f6bb%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 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 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.229 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 >> "[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "connection: close[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "content-length: 107[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "[\r][\n]"
2016-07-01 05:14:38.240 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-19 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"self"}"
2016-07-01 05:14:38.242 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/url HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.242 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.242 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.242 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.242 DEBUG 3008 --- [280e9 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 05:14:38.243 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.243 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 >> "[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "connection: close[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "content-length: 135[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "[\r][\n]"
2016-07-01 05:14:38.251 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-20 << "{"name":"getCurrentUrl","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"https://localhost:40709/hyperstateTest"}"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/url HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "Content-Length: 48[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 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 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "[\r][\n]"
2016-07-01 05:14:38.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 >> "{"url":"https://localhost:40709/hyperstateTest"}"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "connection: close[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "content-length: 87[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.497 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "[\r][\n]"
2016-07-01 05:14:38.498 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-21 << "{"name":"get","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":""}"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 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 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "[\r][\n]"
2016-07-01 05:14:38.505 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:38.520 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "connection: close[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.521 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "[\r][\n]"
2016-07-01 05:14:38.522 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-22 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{41d32b7b-39df-44fb-beb6-19e38edbe332}","element-6066-11e4-a52e-4f735466cecf":"{41d32b7b-39df-44fb-beb6-19e38edbe332}"}}"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B41d32b7b-39df-44fb-beb6-19e38edbe332%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 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 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.524 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 >> "[\r][\n]"
2016-07-01 05:14:38.529 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.529 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.529 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "connection: close[\r][\n]"
2016-07-01 05:14:38.532 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "content-length: 105[\r][\n]"
2016-07-01 05:14:38.532 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.532 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.532 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "[\r][\n]"
2016-07-01 05:14:38.532 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-23 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 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 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "[\r][\n]"
2016-07-01 05:14:38.534 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:38.544 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "connection: close[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.545 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "[\r][\n]"
2016-07-01 05:14:38.548 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-24 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{c0dd7bc5-2631-4dd7-8c74-862d3fa11abc}","element-6066-11e4-a52e-4f735466cecf":"{c0dd7bc5-2631-4dd7-8c74-862d3fa11abc}"}}"
2016-07-01 05:14:38.551 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bc0dd7bc5-2631-4dd7-8c74-862d3fa11abc%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.551 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.551 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.551 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.551 DEBUG 3008 --- [280e9 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 05:14:38.551 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.552 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 >> "[\r][\n]"
2016-07-01 05:14:38.587 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.587 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.587 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "connection: close[\r][\n]"
2016-07-01 05:14:38.587 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "content-length: 104[\r][\n]"
2016-07-01 05:14:38.588 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.588 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.588 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "[\r][\n]"
2016-07-01 05:14:38.589 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-25 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:38.593 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.593 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.594 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:38.594 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.594 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.595 DEBUG 3008 --- [280e9 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 05:14:38.595 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.595 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 >> "[\r][\n]"
2016-07-01 05:14:38.596 DEBUG 3008 --- [280e9 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 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "connection: close[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "content-length: 106[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.605 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "[\r][\n]"
2016-07-01 05:14:38.608 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-26 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:38.611 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.611 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.611 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "Content-Length: 30[\r][\n]"
2016-07-01 05:14:38.611 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.611 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.612 DEBUG 3008 --- [280e9 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 05:14:38.612 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.612 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "[\r][\n]"
2016-07-01 05:14:38.612 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 >> "{"using":"id","value":"links"}"
2016-07-01 05:14:38.617 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "connection: close[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.618 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "[\r][\n]"
2016-07-01 05:14:38.619 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-27 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f9c4df54-01f0-4b53-acf1-d19d8284d133}","element-6066-11e4-a52e-4f735466cecf":"{f9c4df54-01f0-4b53-acf1-d19d8284d133}"}}"
2016-07-01 05:14:38.623 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf9c4df54-01f0-4b53-acf1-d19d8284d133%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.624 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.625 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "Content-Length: 78[\r][\n]"
2016-07-01 05:14:38.626 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.626 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.626 DEBUG 3008 --- [280e9 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 05:14:38.626 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.627 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "[\r][\n]"
2016-07-01 05:14:38.627 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 >> "{"id":"{f9c4df54-01f0-4b53-acf1-d19d8284d133}","using":"tag name","value":"a"}"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "connection: close[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "content-length: 364[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.635 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "[\r][\n]"
2016-07-01 05:14:38.636 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-28 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[{"ELEMENT":"{c66d9dcb-0a1f-4408-a360-d54f0cbfef1b}","element-6066-11e4-a52e-4f735466cecf":"{c66d9dcb-0a1f-4408-a360-d54f0cbfef1b}"},{"ELEMENT":"{cb82b974-e9f6-48ba-93cc-9d4f7693902c}","element-6066-11e4-a52e-4f735466cecf":"{cb82b974-e9f6-48ba-93cc-9d4f7693902c}"}]}"
2016-07-01 05:14:38.639 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bc66d9dcb-0a1f-4408-a360-d54f0cbfef1b%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.640 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.640 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.640 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.640 DEBUG 3008 --- [280e9 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 05:14:38.640 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.640 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 >> "[\r][\n]"
2016-07-01 05:14:38.647 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.647 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.647 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "connection: close[\r][\n]"
2016-07-01 05:14:38.647 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "content-length: 111[\r][\n]"
2016-07-01 05:14:38.647 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.648 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.648 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "[\r][\n]"
2016-07-01 05:14:38.649 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-29 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"accounts"}"
2016-07-01 05:14:38.652 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bcb82b974-e9f6-48ba-93cc-9d4f7693902c%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.652 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.652 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.652 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.652 DEBUG 3008 --- [280e9 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 05:14:38.653 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.653 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 >> "[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "connection: close[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "content-length: 107[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.660 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.661 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "[\r][\n]"
2016-07-01 05:14:38.662 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-30 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"self"}"
2016-07-01 05:14:38.664 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bc66d9dcb-0a1f-4408-a360-d54f0cbfef1b%7D/click HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.664 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.664 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "Content-Length: 47[\r][\n]"
2016-07-01 05:14:38.665 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.665 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.665 DEBUG 3008 --- [280e9 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 05:14:38.665 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.665 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "[\r][\n]"
2016-07-01 05:14:38.665 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 >> "{"id":"{c66d9dcb-0a1f-4408-a360-d54f0cbfef1b}"}"
2016-07-01 05:14:38.765 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.765 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.765 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "connection: close[\r][\n]"
2016-07-01 05:14:38.766 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "content-length: 98[\r][\n]"
2016-07-01 05:14:38.766 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.766 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.766 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "[\r][\n]"
2016-07-01 05:14:38.768 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-31 << "{"name":"clickElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"ok"}"
2016-07-01 05:14:38.775 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.776 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:38.776 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:38.776 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.776 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.777 DEBUG 3008 --- [280e9 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 05:14:38.777 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.777 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "[\r][\n]"
2016-07-01 05:14:38.777 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:38.784 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.785 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.785 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "connection: close[\r][\n]"
2016-07-01 05:14:38.785 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "content-length: 224[\r][\n]"
2016-07-01 05:14:38.787 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.787 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.788 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "[\r][\n]"
2016-07-01 05:14:38.791 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-32 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{41d32b7b-39df-44fb-beb6-19e38edbe332}","element-6066-11e4-a52e-4f735466cecf":"{41d32b7b-39df-44fb-beb6-19e38edbe332}"}}"
2016-07-01 05:14:38.795 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B41d32b7b-39df-44fb-beb6-19e38edbe332%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:38.796 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:38.796 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:38.797 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:38.797 DEBUG 3008 --- [280e9 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 05:14:38.798 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:38.798 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 >> "[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "connection: close[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "content-length: 104[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "date: Fri, 01 Jul 2016 05:14:38 GMT[\r][\n]"
2016-07-01 05:14:38.827 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "[\r][\n]"
2016-07-01 05:14:38.830 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-33 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:39.334 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 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 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "[\r][\n]"
2016-07-01 05:14:39.335 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:39.342 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.342 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.342 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "connection: close[\r][\n]"
2016-07-01 05:14:39.342 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.343 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.343 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.343 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "[\r][\n]"
2016-07-01 05:14:39.343 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-34 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{41d32b7b-39df-44fb-beb6-19e38edbe332}","element-6066-11e4-a52e-4f735466cecf":"{41d32b7b-39df-44fb-beb6-19e38edbe332}"}}"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B41d32b7b-39df-44fb-beb6-19e38edbe332%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 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 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 >> "[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "connection: close[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "content-length: 105[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "[\r][\n]"
2016-07-01 05:14:39.354 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-35 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 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 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "[\r][\n]"
2016-07-01 05:14:39.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "connection: close[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "[\r][\n]"
2016-07-01 05:14:39.365 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-36 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{c0dd7bc5-2631-4dd7-8c74-862d3fa11abc}","element-6066-11e4-a52e-4f735466cecf":"{c0dd7bc5-2631-4dd7-8c74-862d3fa11abc}"}}"
2016-07-01 05:14:39.367 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bc0dd7bc5-2631-4dd7-8c74-862d3fa11abc%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.367 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.368 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.368 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.368 DEBUG 3008 --- [280e9 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 05:14:39.368 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.368 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 >> "[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "connection: close[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "content-length: 104[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.379 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "[\r][\n]"
2016-07-01 05:14:39.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-37 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 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 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.382 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 >> "[\r][\n]"
2016-07-01 05:14:39.383 DEBUG 3008 --- [280e9 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 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "connection: close[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "content-length: 106[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.394 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "[\r][\n]"
2016-07-01 05:14:39.395 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-38 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "Content-Length: 35[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 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 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "[\r][\n]"
2016-07-01 05:14:39.398 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 >> "{"using":"tag name","value":"html"}"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "connection: close[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "[\r][\n]"
2016-07-01 05:14:39.405 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-39 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f17cb2b9-63be-406d-88b4-c7baa7d846fb}","element-6066-11e4-a52e-4f735466cecf":"{f17cb2b9-63be-406d-88b4-c7baa7d846fb}"}}"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf17cb2b9-63be-406d-88b4-c7baa7d846fb%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 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 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.408 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 >> "[\r][\n]"
2016-07-01 05:14:39.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "connection: close[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "content-length: 111[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.413 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "[\r][\n]"
2016-07-01 05:14:39.414 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-40 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"Accounts"}"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/url HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "Content-Length: 65[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 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 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "[\r][\n]"
2016-07-01 05:14:39.455 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 >> "{"url":"https://localhost:40709/hyperstateTest/test/testAccount"}"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "connection: close[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "content-length: 87[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.704 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "[\r][\n]"
2016-07-01 05:14:39.708 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-41 << "{"name":"get","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":""}"
2016-07-01 05:14:39.776 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.777 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.778 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:39.779 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.779 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.780 DEBUG 3008 --- [280e9 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 05:14:39.780 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.781 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "[\r][\n]"
2016-07-01 05:14:39.781 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:39.833 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "connection: close[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.834 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "[\r][\n]"
2016-07-01 05:14:39.839 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-42 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ed30d896-2464-44c0-82d3-4c7bf6065312}","element-6066-11e4-a52e-4f735466cecf":"{ed30d896-2464-44c0-82d3-4c7bf6065312}"}}"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bed30d896-2464-44c0-82d3-4c7bf6065312%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 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 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.842 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 >> "[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "connection: close[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "content-length: 105[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.862 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "[\r][\n]"
2016-07-01 05:14:39.868 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-43 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 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 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "[\r][\n]"
2016-07-01 05:14:39.871 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:39.888 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "connection: close[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.889 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "[\r][\n]"
2016-07-01 05:14:39.892 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-44 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}","element-6066-11e4-a52e-4f735466cecf":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}"}}"
2016-07-01 05:14:39.895 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.895 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.895 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.895 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.895 DEBUG 3008 --- [280e9 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 05:14:39.895 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.896 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 >> "[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "connection: close[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "content-length: 104[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.909 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "[\r][\n]"
2016-07-01 05:14:39.910 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-45 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:39.917 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.918 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.918 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:39.919 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.919 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.920 DEBUG 3008 --- [280e9 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 05:14:39.920 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.920 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 >> "[\r][\n]"
2016-07-01 05:14:39.921 DEBUG 3008 --- [280e9 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 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "connection: close[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "content-length: 106[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.928 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "[\r][\n]"
2016-07-01 05:14:39.930 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-46 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "Content-Length: 35[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 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 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "[\r][\n]"
2016-07-01 05:14:39.933 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 >> "{"using":"tag name","value":"html"}"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "connection: close[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.939 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "[\r][\n]"
2016-07-01 05:14:39.941 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-47 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{048e67bf-4e2d-4cb6-af3c-e4a67cb8e4b7}","element-6066-11e4-a52e-4f735466cecf":"{048e67bf-4e2d-4cb6-af3c-e4a67cb8e4b7}"}}"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B048e67bf-4e2d-4cb6-af3c-e4a67cb8e4b7%7D/attribute/class HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 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 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.944 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 >> "[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "connection: close[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "content-length: 110[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.950 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "[\r][\n]"
2016-07-01 05:14:39.951 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-48 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"Account"}"
2016-07-01 05:14:39.977 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.978 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:39.978 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "Content-Length: 42[\r][\n]"
2016-07-01 05:14:39.978 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.979 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:39.980 DEBUG 3008 --- [280e9 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 05:14:39.980 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:39.981 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "[\r][\n]"
2016-07-01 05:14:39.981 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 >> "{"using":"id","value":"property:username"}"
2016-07-01 05:14:39.989 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:39.989 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:39.990 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "connection: close[\r][\n]"
2016-07-01 05:14:39.990 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "content-length: 224[\r][\n]"
2016-07-01 05:14:39.991 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:39.991 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "date: Fri, 01 Jul 2016 05:14:39 GMT[\r][\n]"
2016-07-01 05:14:39.993 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "[\r][\n]"
2016-07-01 05:14:39.994 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-49 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f0063961-a74f-449e-90f3-e2891f25bc43}","element-6066-11e4-a52e-4f735466cecf":"{f0063961-a74f-449e-90f3-e2891f25bc43}"}}"
2016-07-01 05:14:39.998 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf0063961-a74f-449e-90f3-e2891f25bc43%7D/text HTTP/1.1[\r][\n]"
2016-07-01 05:14:39.998 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:39.999 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:39.999 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.001 DEBUG 3008 --- [280e9 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 05:14:40.001 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.002 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 >> "[\r][\n]"
2016-07-01 05:14:40.013 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.013 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.015 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "connection: close[\r][\n]"
2016-07-01 05:14:40.015 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "content-length: 101[\r][\n]"
2016-07-01 05:14:40.016 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.016 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.017 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "[\r][\n]"
2016-07-01 05:14:40.019 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-50 << "{"name":"getElementText","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"tom"}"
2016-07-01 05:14:40.025 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.026 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.026 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "Content-Length: 46[\r][\n]"
2016-07-01 05:14:40.027 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.028 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.031 DEBUG 3008 --- [280e9 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 05:14:40.032 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.032 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "[\r][\n]"
2016-07-01 05:14:40.033 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 >> "{"using":"id","value":"property:creationDate"}"
2016-07-01 05:14:40.040 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.041 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.042 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "connection: close[\r][\n]"
2016-07-01 05:14:40.042 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.043 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.043 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.044 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "[\r][\n]"
2016-07-01 05:14:40.052 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-51 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{4a5f6765-3dd9-4a62-900d-a64b695d2e4e}","element-6066-11e4-a52e-4f735466cecf":"{4a5f6765-3dd9-4a62-900d-a64b695d2e4e}"}}"
2016-07-01 05:14:40.059 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B4a5f6765-3dd9-4a62-900d-a64b695d2e4e%7D/text HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.059 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.060 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.060 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.061 DEBUG 3008 --- [280e9 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 05:14:40.061 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.062 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 >> "[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "connection: close[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "content-length: 108[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.079 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "[\r][\n]"
2016-07-01 05:14:40.082 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-52 << "{"name":"getElementText","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"2016/01/15"}"
2016-07-01 05:14:40.093 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.093 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.094 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:40.095 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.095 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.096 DEBUG 3008 --- [280e9 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 05:14:40.096 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "[\r][\n]"
2016-07-01 05:14:40.097 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:40.105 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.105 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.105 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "connection: close[\r][\n]"
2016-07-01 05:14:40.105 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.106 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.106 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.106 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "[\r][\n]"
2016-07-01 05:14:40.108 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-53 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ed30d896-2464-44c0-82d3-4c7bf6065312}","element-6066-11e4-a52e-4f735466cecf":"{ed30d896-2464-44c0-82d3-4c7bf6065312}"}}"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bed30d896-2464-44c0-82d3-4c7bf6065312%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 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 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.110 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 >> "[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "connection: close[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "content-length: 105[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.116 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "[\r][\n]"
2016-07-01 05:14:40.117 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-54 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:40.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.119 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:40.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.120 DEBUG 3008 --- [280e9 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 05:14:40.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "[\r][\n]"
2016-07-01 05:14:40.120 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "connection: close[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.127 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "[\r][\n]"
2016-07-01 05:14:40.131 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-55 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}","element-6066-11e4-a52e-4f735466cecf":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}"}}"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 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 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.134 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 >> "[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "connection: close[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "content-length: 104[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.147 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "[\r][\n]"
2016-07-01 05:14:40.149 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-56 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 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 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 >> "[\r][\n]"
2016-07-01 05:14:40.152 DEBUG 3008 --- [280e9 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 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "connection: close[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "content-length: 106[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.160 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "[\r][\n]"
2016-07-01 05:14:40.161 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-57 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.163 DEBUG 3008 --- [280e9 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 05:14:40.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "[\r][\n]"
2016-07-01 05:14:40.164 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 >> "{"using":"id","value":"actions"}"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "connection: close[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.174 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "[\r][\n]"
2016-07-01 05:14:40.178 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-58 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ffec70dc-5f35-463b-8e9c-65afd282da31}","element-6066-11e4-a52e-4f735466cecf":"{ffec70dc-5f35-463b-8e9c-65afd282da31}"}}"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bffec70dc-5f35-463b-8e9c-65afd282da31%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "Content-Length: 81[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 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 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "[\r][\n]"
2016-07-01 05:14:40.180 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 >> "{"id":"{ffec70dc-5f35-463b-8e9c-65afd282da31}","using":"tag name","value":"form"}"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "connection: close[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "content-length: 101[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.204 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "[\r][\n]"
2016-07-01 05:14:40.206 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-59 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[]}"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 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 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "[\r][\n]"
2016-07-01 05:14:40.212 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:40.219 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "connection: close[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.220 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "[\r][\n]"
2016-07-01 05:14:40.221 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-60 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ed30d896-2464-44c0-82d3-4c7bf6065312}","element-6066-11e4-a52e-4f735466cecf":"{ed30d896-2464-44c0-82d3-4c7bf6065312}"}}"
2016-07-01 05:14:40.222 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bed30d896-2464-44c0-82d3-4c7bf6065312%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.222 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.222 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.222 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.222 DEBUG 3008 --- [280e9 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 05:14:40.222 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.223 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 >> "[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "connection: close[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "content-length: 105[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.227 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "[\r][\n]"
2016-07-01 05:14:40.228 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-61 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 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 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "[\r][\n]"
2016-07-01 05:14:40.230 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "connection: close[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.234 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "[\r][\n]"
2016-07-01 05:14:40.235 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-62 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}","element-6066-11e4-a52e-4f735466cecf":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}"}}"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 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 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.236 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 >> "[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "connection: close[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "content-length: 104[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.244 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "[\r][\n]"
2016-07-01 05:14:40.247 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-63 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:40.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.249 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:40.250 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.250 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.250 DEBUG 3008 --- [280e9 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 05:14:40.250 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.250 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 >> "[\r][\n]"
2016-07-01 05:14:40.250 DEBUG 3008 --- [280e9 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 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "connection: close[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "content-length: 106[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.258 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "[\r][\n]"
2016-07-01 05:14:40.260 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-64 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "Content-Length: 30[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 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 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "[\r][\n]"
2016-07-01 05:14:40.262 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 >> "{"using":"id","value":"links"}"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "connection: close[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.268 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "[\r][\n]"
2016-07-01 05:14:40.269 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-65 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f0e459ae-9002-454c-a086-060e23ad6945}","element-6066-11e4-a52e-4f735466cecf":"{f0e459ae-9002-454c-a086-060e23ad6945}"}}"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf0e459ae-9002-454c-a086-060e23ad6945%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "Content-Length: 78[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 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 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "[\r][\n]"
2016-07-01 05:14:40.271 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 >> "{"id":"{f0e459ae-9002-454c-a086-060e23ad6945}","using":"tag name","value":"a"}"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "connection: close[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "content-length: 232[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.278 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "[\r][\n]"
2016-07-01 05:14:40.279 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-66 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[{"ELEMENT":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}","element-6066-11e4-a52e-4f735466cecf":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}"}]}"
2016-07-01 05:14:40.281 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Be27c09f0-f814-444a-aea7-16ab1ef99ec6%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.281 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.281 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.281 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.282 DEBUG 3008 --- [280e9 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 05:14:40.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.282 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 >> "[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "connection: close[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "content-length: 107[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.289 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "[\r][\n]"
2016-07-01 05:14:40.291 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-67 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"self"}"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 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 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "[\r][\n]"
2016-07-01 05:14:40.293 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "connection: close[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.302 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "[\r][\n]"
2016-07-01 05:14:40.303 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-68 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ed30d896-2464-44c0-82d3-4c7bf6065312}","element-6066-11e4-a52e-4f735466cecf":"{ed30d896-2464-44c0-82d3-4c7bf6065312}"}}"
2016-07-01 05:14:40.305 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bed30d896-2464-44c0-82d3-4c7bf6065312%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.305 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.305 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.305 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.305 DEBUG 3008 --- [280e9 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 05:14:40.305 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.306 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 >> "[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "connection: close[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "content-length: 105[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.310 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.311 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "[\r][\n]"
2016-07-01 05:14:40.312 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-69 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 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 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "[\r][\n]"
2016-07-01 05:14:40.314 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "connection: close[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.319 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "[\r][\n]"
2016-07-01 05:14:40.320 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-70 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}","element-6066-11e4-a52e-4f735466cecf":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}"}}"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 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 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.322 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 >> "[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "connection: close[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "content-length: 104[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.333 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "[\r][\n]"
2016-07-01 05:14:40.334 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-71 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:40.336 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.336 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 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 05:14:40.337 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 >> "[\r][\n]"
2016-07-01 05:14:40.337 DEBUG 3008 --- [280e9 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 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "connection: close[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "content-length: 106[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.344 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "[\r][\n]"
2016-07-01 05:14:40.346 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-72 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:40.347 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "Content-Length: 30[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 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 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "[\r][\n]"
2016-07-01 05:14:40.348 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 >> "{"using":"id","value":"links"}"
2016-07-01 05:14:40.352 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "connection: close[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.353 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "[\r][\n]"
2016-07-01 05:14:40.354 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-73 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f0e459ae-9002-454c-a086-060e23ad6945}","element-6066-11e4-a52e-4f735466cecf":"{f0e459ae-9002-454c-a086-060e23ad6945}"}}"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf0e459ae-9002-454c-a086-060e23ad6945%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "Content-Length: 78[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 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 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "[\r][\n]"
2016-07-01 05:14:40.356 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 >> "{"id":"{f0e459ae-9002-454c-a086-060e23ad6945}","using":"tag name","value":"a"}"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "connection: close[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "content-length: 232[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.362 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "[\r][\n]"
2016-07-01 05:14:40.363 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-74 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[{"ELEMENT":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}","element-6066-11e4-a52e-4f735466cecf":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}"}]}"
2016-07-01 05:14:40.365 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Be27c09f0-f814-444a-aea7-16ab1ef99ec6%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.365 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.365 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.366 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.366 DEBUG 3008 --- [280e9 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 05:14:40.366 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.366 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 >> "[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "connection: close[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "content-length: 107[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.373 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "[\r][\n]"
2016-07-01 05:14:40.374 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-75 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"self"}"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "Content-Length: 32[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 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 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "[\r][\n]"
2016-07-01 05:14:40.380 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 >> "{"using":"id","value":"loading"}"
2016-07-01 05:14:40.387 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.387 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.387 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "connection: close[\r][\n]"
2016-07-01 05:14:40.387 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.387 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.388 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.388 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "[\r][\n]"
2016-07-01 05:14:40.389 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-76 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{ed30d896-2464-44c0-82d3-4c7bf6065312}","element-6066-11e4-a52e-4f735466cecf":"{ed30d896-2464-44c0-82d3-4c7bf6065312}"}}"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bed30d896-2464-44c0-82d3-4c7bf6065312%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 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 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.391 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 >> "[\r][\n]"
2016-07-01 05:14:40.399 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.399 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.399 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "connection: close[\r][\n]"
2016-07-01 05:14:40.399 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "content-length: 105[\r][\n]"
2016-07-01 05:14:40.400 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.400 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.400 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "[\r][\n]"
2016-07-01 05:14:40.401 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-77 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":false}"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "Content-Length: 31[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 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 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "[\r][\n]"
2016-07-01 05:14:40.404 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 >> "{"using":"id","value":"loaded"}"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "connection: close[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.412 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "[\r][\n]"
2016-07-01 05:14:40.414 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-78 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}","element-6066-11e4-a52e-4f735466cecf":"{1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a}"}}"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7B1ab5801d-bfc8-4cd8-a933-aad9f9d1ff6a%7D/displayed HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 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 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.416 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 >> "[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "connection: close[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "content-length: 104[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.424 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "[\r][\n]"
2016-07-01 05:14:40.425 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-79 << "{"name":"isElementDisplayed","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":true}"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/execute_async HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "Content-Length: 501[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 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 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 >> "[\r][\n]"
2016-07-01 05:14:40.427 DEBUG 3008 --- [280e9 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 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "connection: close[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "content-length: 106[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.433 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "[\r][\n]"
2016-07-01 05:14:40.434 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-80 << "{"name":"executeAsyncScript","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"true"}"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "Content-Length: 30[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 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 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "[\r][\n]"
2016-07-01 05:14:40.436 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 >> "{"using":"id","value":"links"}"
2016-07-01 05:14:40.440 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "connection: close[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "content-length: 224[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "[\r][\n]"
2016-07-01 05:14:40.441 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-81 << "{"name":"findElement","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":{"ELEMENT":"{f0e459ae-9002-454c-a086-060e23ad6945}","element-6066-11e4-a52e-4f735466cecf":"{f0e459ae-9002-454c-a086-060e23ad6945}"}}"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "POST /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Bf0e459ae-9002-454c-a086-060e23ad6945%7D/elements HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "Content-Length: 78[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 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 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "[\r][\n]"
2016-07-01 05:14:40.443 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 >> "{"id":"{f0e459ae-9002-454c-a086-060e23ad6945}","using":"tag name","value":"a"}"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "connection: close[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "content-length: 232[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.449 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "[\r][\n]"
2016-07-01 05:14:40.450 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-82 << "{"name":"findChildElements","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":[{"ELEMENT":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}","element-6066-11e4-a52e-4f735466cecf":"{e27c09f0-f814-444a-aea7-16ab1ef99ec6}"}]}"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/element/%7Be27c09f0-f814-444a-aea7-16ab1ef99ec6%7D/attribute/rel HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 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 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.452 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 >> "[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "connection: close[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "content-length: 107[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.456 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.457 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "[\r][\n]"
2016-07-01 05:14:40.457 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-83 << "{"name":"getElementAttribute","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"self"}"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "GET /hub/session/ff409e6a-2561-41d6-980f-172671c280e9/url HTTP/1.1[\r][\n]"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "Cache-Control: no-cache[\r][\n]"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "Host: 127.0.0.1:7055[\r][\n]"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 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 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-01 05:14:40.459 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 >> "[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "content-type: application/json; charset=UTF-8[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "connection: close[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "content-length: 152[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "server: httpd.js[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "date: Fri, 01 Jul 2016 05:14:40 GMT[\r][\n]"
2016-07-01 05:14:40.465 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "[\r][\n]"
2016-07-01 05:14:40.466 DEBUG 3008 --- [280e9 to remote] org.apache.http.wire                     : http-outgoing-84 << "{"name":"getCurrentUrl","sessionId":"ff409e6a-2561-41d6-980f-172671c280e9","status":0,"value":"https://localhost:40709/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.930s