-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
iOS: Flutter driver not recognised in Appium #660
Comments
What does this mean? NATIVE_APP context vs FLUTTER context? Attaching the appium server full log may help to understand the situation. |
our app is hybrid when we switch from the native screen to Flutter it works fine ` |
any response about that? |
#660 (comment) gave "xcuitest" for the automation name, so it should not work with FLUTTER context.
As https://github.com/appium/appium-flutter-driver?tab=readme-ov-file#example , the automationName should be |
Switch ""appium:automationName": "FLUTTER", didn't work at all |
Please attach the full appium server log for the "didn't work" case. Afaik, at least https://github.com/appium/appium-flutter-driver?tab=readme-ov-file#usage-and-requirement is not satisfied, it should not work. #658 could be another reason but I don't know the reason well. |
@KazuCocoa run flutter with debug enabled in app |
@KazuCocoa any idea?? |
No, the error just indicates the expected observatory URL to communicate with the DartVM (for Flutter) did not appear in the system log. Usually, profile built app that satisfies with the |
@KazuCocoa any tips we can do to slove this issue? |
No, what I know of and figured out in the past was missing https://github.com/appium/appium-flutter-driver?tab=readme-ov-file#usage-and-requirement and https://github.com/appium/appium-flutter-driver?tab=readme-ov-file#note, but I don't have any ideas except for that. |
we have a hybrid app switching from native to flutter screen
any idea ?
appium: 2.2.1
Available drivers:
[Appium] - [email protected] (automationName 'UiAutomator2')
[Appium] - [email protected] (automationName 'XCUITest')
[Appium] - [email protected] (automationName 'Flutter')
Aslo flutter not recognized
as flutter when we check getContext
The text was updated successfully, but these errors were encountered: