appium-flutter-driver icon indicating copy to clipboard operation
appium-flutter-driver copied to clipboard

send_text_input_action - Implementation

Open sw-tester opened this issue 2 years ago • 3 comments

Hello guys, noticed that we don't have implementation for send_text_input_action yet, and since this being good feature to have, trying to understand as to how this can be handled currently?

On the side note, not having deserialisation on flutter_driver affects our implementation? https://github.com/flutter/flutter/blob/40a9d3f1db9a4c34a6f67e70637e4d4cef73c58c/packages/flutter_driver/lib/src/common/deserialization_factory.dart

Thank you!

sw-tester avatar Aug 01 '23 02:08 sw-tester

Possibly yes.

https://api.flutter.dev/flutter/flutter_driver/SendTextInputAction-class.html

KazuCocoa avatar Aug 01 '23 06:08 KazuCocoa

thanks, created this PR https://github.com/flutter/flutter/pull/131776 on Flutter repo so we can implement the change later here.

sw-tester avatar Aug 02 '23 06:08 sw-tester

send_text_input_action was added. So we could implement this. https://github.com/flutter/flutter/pull/139197

https://github.com/flutter/flutter/blob/master/packages/flutter_driver/lib/src/common/deserialization_factory.dart#L48

KazuCocoa avatar Jun 20 '24 05:06 KazuCocoa