Skip to content

Instantly share code, notes, and snippets.

@shridharkalagi
Created February 20, 2018 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shridharkalagi/4a5c094cd004ea95ed0c45f1f76e372b to your computer and use it in GitHub Desktop.
Save shridharkalagi/4a5c094cd004ea95ed0c45f1f76e372b to your computer and use it in GitHub Desktop.
Progress bar is moved 50% irrespective of the progressBar.setValue() param - Server logs
[HTTP] --> POST /wd/hub/session/2d90a9fc-8274-4d11-affc-5c0f8cd4930b/appium/element/3/value {"id":"3","value":"20"}
[debug] [MJSONWP] Calling AppiumDriver.setValueImmediate() with args: ["20","3","2d90a9fc-8274-4d11-affc-5c0f8cd4930b"]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:click","params":{"elementId":"3"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"3"}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/shridhk/GitHub/Documents/VodQAAppium/Tools/SDK/platform-tools/adb' with args: ["-P",5037,"-s","FA66VBN01980","shell","input","text","20"]
[debug] [MJSONWP] Responding to client with driver.setValueImmediate() result: null
[HTTP] <-- POST /wd/hub/session/2d90a9fc-8274-4d11-affc-5c0f8cd4930b/appium/element/3/value 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment