-
-
Notifications
You must be signed in to change notification settings - Fork 186
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 500 for flutter driver #759
Comments
Screenshot in Flutter context depends on https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/screenshot.html Roughly searched the error message in the flutter repository. Maybe below links are related ones. I haven't tracked exact error condition in the flutter repository but at least something occurred in the Flutter later. I guess the system log may have some info for you? |
Full log :
Additional info :
|
Is there an existing issue for this?
Appium Version
2.13.1
Appium Host Type
Command Line
Are you using Appium components not maintained by the Appium team?
No response
Is this issue reproducible using the latest components?
Current Behavior
Appium Inspector Capabilities as follows :
{
"platformName": "iOS",
"appium:platformVersion": "18.1.1",
"appium:udid": "",
"appium:automationName": "Flutter",
"appium:xcodeOrgId": "",
"appium:xcodeSigningId": "iPhone Developer",
"appium:bundleId": "",
"appium:showXcodeLog": true,
}
Error :
Expected Behavior
to be able to observe app at appium inspector
Appium Log
No response
Environment Details
Minimal Reproducible Example
Further Information
No response
The text was updated successfully, but these errors were encountered: