-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: screenshot is not loaded with Espresso driver #1273
bug: screenshot is not loaded with Espresso driver #1273
Comments
Thanks for the report. Could you please provide the full Appium server log? (Gradle log can probably be excluded) |
Closing due to no response |
facing same issue capabilities: appium logs: can anyone help me with this? |
@bronik thanks for the log. Could you please check this with Appium on its own? That is, create a small test using your Appium client that tries to take a screenshot (the method name will depend on your client language). |
@eglitise if I got you right: i'm using: appium java-client 9.0.0 and, of course, if u need some addition info - just let me know) |
@bronik thanks, but this snippet is not enough, could you please paste the full log? |
@eglitise test body:
|
There was no bug on espresso driver version 2.25.9, after upgrading to the latest version 2.32.2 the bug started to appear |
logcat on 2.25.9 espresso driver
logcat on 2.32.2
|
Ok, I've identified that the problem started with Espresso driver 2.26.0, after bumping appium-android-driver to v7, which removed its |
Hm, usually
|
Oh, okay.. the capabilities set by appium inspector has |
Yes, |
I explored a few. Actually espresso driver should proxy the request to the espresso server with nativeWebScreenshot: true as well. appium/appium-espresso-driver#978 fixes it. The appium-android-driver maybe did not remove getScreenshot from this driver, and the original implementation was maybe |
Espresso driver 2.34.4 has the fix with the capability |
Is this an issue specifically with Appium Inspector?
Is there an existing issue for this?
Current Behavior
capabilities:
Expected Behavior
load the device screen image
Operating System
Mac
Appium Inspector Version
2023.12.2
Appium Version
2.3.0
Further Information
No response
The text was updated successfully, but these errors were encountered: