slrongji

Results 2 comments of slrongji

anything new here? Appium 2 is used . but did not manage to simulate keyEnter.

await tester.testTextInput.receiveAction(TextInputAction.done); https://api.flutter.dev/flutter/flutter_driver/SendTextInputAction-class.html flutter driver provide such command done → const [TextInputAction](https://api.flutter.dev/flutter/flutter_driver/TextInputAction.html) Logical meaning: The user is done providing input to a group of inputs (like a form). Some kind...