You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some windows are not accessible via esspresso driver ( eg. Selecting picture fromgallery), so we use uiatomator from devices to get window dump and then click by coordinates:
For some reason it stopped working after updating to new appium 1.9.1, herelog out put:
[HTTP] --> POST /wd/hub/session/b2654494-a7c3-4344-be7b-eab675ff9242/execute/sync
[HTTP] {"script":"mobile:shell","args":[{"args":["dump"],"command":"uiautomator"}]}
[debug] [W3C (b2654494)] Calling AppiumDriver.execute() with args: ["mobile:shell",[{"args":["dump"],"command":"uiautomator"}],"b2654494-a7c3-4344-be7b-eab675ff9242"]
[AndroidDriver] Executing native command 'mobile:shell'
[debug] [AndroidDriver] Running '/Users/dmytrotsvirkun/Library/Android/sdk/platform-tools/adb -P 5037 -s ce091719c8ad611a03 shell uiautomator dump'
[AndroidDriver] Cannot execute the 'uiautomator' shell command. Original error: Command '/Users/dmytrotsvirkun/Library/Android/sdk/platform-tools/adb -P 5037 -s ce091719c8ad611a03 shell uiautomator dump' exited with code 137. StdOut: . StdErr:
[debug] [W3C (b2654494)] Encountered internal error running command: Error: Cannot execute the 'uiautomator' shell command. Original error: Command '/Users/dmytrotsvirkun/Library/Android/sdk/platform-tools/adb -P 5037 -s ce091719c8ad611a03 shell uiautomator dump' exited with code 137. StdOut: . StdErr:
[debug] [W3C (b2654494)] at Object.errorAndThrow (/usr/local/lib/node_modules/appium/node_modules/appium-support/lib/logging.js:94:35)
[debug] [W3C (b2654494)] at EspressoDriver.mobileShell (/usr/local/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/shell.js:41:9)
[HTTP] <-- POST /wd/hub/session/b2654494-a7c3-4344-be7b-eab675ff9242/execute/sync 500 641 ms - 953
[HTTP]
In addition I can run this command manually and it works, but when test is in progress (appium is run for app), manual command execution also does not work.
The text was updated successfully, but these errors were encountered:
Some windows are not accessible via esspresso driver ( eg. Selecting picture fromgallery), so we use uiatomator from devices to get window dump and then click by coordinates:
For some reason it stopped working after updating to new appium 1.9.1, herelog out put:
In addition I can run this command manually and it works, but when test is in progress (appium is run for app), manual command execution also does not work.
The text was updated successfully, but these errors were encountered: