3
await tester.enterText(mySearchField, 'my search text');
await tester.showKeyboard(mySearchField);
await tester.sendKeyDownEvent(LogicalKeyboardKey.enter);

// do something to wait for 2 seconds
await tester.pumpAndSettle();
await Future.delayed(const Duration(seconds: 10), () {});

検索フィールドにテキストを入力した後、仮想キーボードの完了/入力/送信ボタンを押しようとしています..

それを行う方法、および結果を待つ方法(非同期リクエスト)...

4

0 に答える 0