Starting Node Server
info: Welcome to Appium v1.1.0 (REV e433bbc31511f199287db7724e1ce692bcb32117)
info: Appium REST http interface listener started on 127.0.0.1:4723
info: socket.io started
info: Non-default server args: {“address”:“127.0.0.1”,“logNoColors”:true,“platformName”:“Android”,“platformVersion”:“19”,“automationName”:“Appium”}
ERROR: debug: Appium request initiated at /wd/hub/session
info: Looks like we want chrome on android
ERROR: debug: Request received with params: {“desiredCapabilities”:{“browserName”:“Chrome”,“platform”:“Android”}}
info: Creating new appium session 3f53340a-64be-4567-9feb-1c5883a0b181
info: Preparing device for session
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” devices
info: Not checking whether app is present since we are assuming it’s already on the device
info: Checking whether adb is present
info: [ADB] Using adb from C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe
info: Trying to find a connected android device
info: [ADB] Getting connected devices…
info: [ADB] 1 device(s) connected
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” -s 4d00c0124b174161 wait-for-device
info: Setting device id to 4d00c0124b174161
info: [ADB] Waiting for device to be ready and to respond to shell commands (timeout = 5)
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” -s 4d00c0124b174161 shell “echo ‘ready’”
info: Starting logcat capture
ERROR: debug: Pushing unlock helper app to device…
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” -s 4d00c0124b174161 install “C:\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” -s 4d00c0124b174161 shell “dumpsys window”
info: Writing dumpsys output to C:\Appium\node_modules\appium.dumpsys.log
ERROR: debug: Screen already unlocked, continuing.
info: Creating Chrome session
info: Ensuring Chromedriver exists
info: Killing any old chromedrivers, running: FOR /F “usebackq tokens=5” %a in (netstat -nao ^| findstr /R /C:"9515 "
) do (FOR /F “usebackq” %b in (TASKLIST /FI "PID eq %a" ^| findstr /I chromedriver.exe
) do (IF NOT %b==“” TASKKILL /F /PID %b))
info: No old chromedrivers seemed to exist
info: Spawning chromedriver with: C:\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
info: [CHROMEDRIVER] Starting ChromeDriver (v2.9.248315) on port 9515
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session",“method”:“POST”,“json”:{“sessionId”:null,“desiredCapabilities”:{“chromeOptions”:{“androidPackage”:“com.android.chrome”,“androidDeviceSerial”:"4d00c0124b174161”}}}}
info: Successfully started chrome session
info: Overriding session id with “f0e9c9d6a530094c6a1e172c15757ff1”
info: Device launched! Ready for commands
info: Setting command timeout to the default of 60 secs
info: Appium session started with sessionId f0e9c9d6a530094c6a1e172c15757ff1
POST /wd/hub/session 303 11376ms - 9b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":{"acceptSslCerts":true,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{},"cssSelectorsEnabled":true,"databaseEnabled":false,"handlesAlerts":true,"javascriptEnabled":true,"locationContextEnabled":true,"nativeEvents":true,"platform":"ANDROID","rotatable":false,"takesHeapSnapshot":true,"takesScreenshot":true,"version":"39.0.2171.93","webStorageEnabled":true}}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1 200 11ms - 475b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/timeouts/implicit_wait
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/timeouts/implicit_wait",“method”:“POST”,“json”:{"ms”:3000}}
ERROR: debug: Request received with params: {“ms”:3000}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:null}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/timeouts/implicit_wait 200 10ms - 85b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3246ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3057ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3012ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3087ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute",“method”:“POST”,“json”:{“script”:"return jQuery.active”,“args”:}}
ERROR: debug: Request received with params: {“script”:“return jQuery.active”,“args”:}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command.”,“origValue”:“unknown error: jQuery is not defined\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute 500 55ms - 341b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 227ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 223ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 64ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 83ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 64ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 71ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 49ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 82ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 111ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 88ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 73ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 81ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 59ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 61ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3044ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3077ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3085ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“id”,“value”:"progressimageTable”}}
ERROR: debug: Request received with params: {“using”:“id”,“value”:“progressimageTable”}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3010ms - 330b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute",“method”:“POST”,“json”:{“script”:"return jQuery.active”,“args”:}}
ERROR: debug: Request received with params: {“script”:“return jQuery.active”,“args”:}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command.”,“origValue”:“unknown error: jQuery is not defined\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/execute 500 25ms - 341b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 56ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 152ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 58ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 74ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 59ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 74ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 60ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 66ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 56ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 69ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 61ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 79ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:"tag name”,“value”:“body”}}
ERROR: debug: Request received with params: {“using”:“tag name”,“value”:“body”}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: {“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”,“status”:0,“value”:{“ELEMENT”:“0.4796304455958307-1”}}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 200 32ms - 124b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":""}”
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element/0.4796304455958307-1/text 200 78ms - 70b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/url
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/url",“method”:“POST”,“json”:{"url”:null}}
ERROR: debug: Request received with params: {“url”:null}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command.”,“origValue”:“unknown error: ‘url’ must be a string\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/url 500 5ms - 342b
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/screenshot
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/screenshot",“method”:"GET”}
ERROR: debug: Request received with params: {}
ERROR: debug: Proxying command to 127.0.0.1:9515
ERROR: debug: Proxied response received with status 200: “{"sessionId":"f0e9c9d6a530094c6a1e172c15757ff1","status":0,"value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAaNCAIAAAC+6mg3AAAgAElEQVR4nOzXMQEAIAzAMMC/5/FjgB6Jgr7dM7MAAABKzu8AAACAl1EBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAACQY1QAAIAcowIAAOQYFQAAIMeoAAAAOUYFAADIMSoAAECOUQEAAHKMCgAAkGNUAACAHKMCAADkGBUAACDHqAAAADlGBQAAyDEqAABAjlEBAAByjAoAAJBjVAAAgByjAgAA5BgVAAAgx6gAAAA5RgUAAMgxKgAAQI5RAQAAcowKAMBtv44FAAAAAAb5W09jR1kE7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7IgKAACwIyoAAMCOqAAAADuiAgAA7I
GET /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/screenshot 200 865ms - 11.88kb
ERROR: debug: Appium request initiated at /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element
info: Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element",“method”:“POST”,“json”:{“using”:“xpath”,“value”:"//div[@id=‘pageHome’]/h4”}}
ERROR: debug: Request received with params: {“using”:“xpath”,“value”:”//div[@id=‘pageHome’]/h4"}
ERROR: debug: Proxying command to 127.0.0.1:9515
info: Responding to client with error: {“status”:7,“value”:{“message”:“An element could not be located on the page using the given search parameters.”,“origValue”:“no such element\n (Session info: chrome=39.0.2171.93)\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.2 x86_64)”},“sessionId”:“f0e9c9d6a530094c6a1e172c15757ff1”}
POST /wd/hub/session/f0e9c9d6a530094c6a1e172c15757ff1/element 500 3050ms - 330b
info: Didn’t get a new command in 60 secs, shutting down…
info: Shutting down appium session…
info: Killing chromedriver
info: Chromedriver exited with code null
ERROR: debug: executing: “C:\Users\chandrasekar.raja\AppData\Local\Android\android-studio\sdk\platform-tools\adb.exe” -s 4d00c0124b174161 shell “am force-stop com.android.chrome”
info: (killed by signal SIGTERM)
info: Cleaning up appium session
info: We shut down because no new commands came in