You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method enterText() work only first time.
I started facing this issue after PR #2314 was merged.
This PR #2461 can't solve my issue.
Logs
Logs
<!-- Replace this line with your logs. Do not remove the backticks! -->
Patrol version
patrol: 3.13.2
Patrol Doctor output
Patrol Doctor output
Patrol doctor:
Patrol CLI version: 3.4.1
Flutter command: flutter
Flutter 3.24.5 • channel stable
Android:
• Program adb found in /opt/homebrew/bin/adb
• Env var $ANDROID_HOME set to /Users/gamech/Library/Android/sdk
iOS / macOS:
• Program xcodebuild found in /usr/bin/xcodebuild
• Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller
Flutter Doctor output
Flutter Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.2 24C101 darwin-arm64, locale en-TH)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] VS Code (version 1.96.2)
[✓] Connected device (5 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
It hurts especially on Android when some fields have autofocus: true
First keyboard pops open and you have to close it with native.back() (reported in this issue)
then finders can't find the field so I have to use native.enterTextByIndex()
UPD:
downgraded to 3.12.0, works for me
pubspec.yaml:
patrol: 3.12.0
patrol_finders: 2.1.2
Steps to reproduce
https://github.com/GChanathip/patrol_example
patrol-issue
patrol test
Actual results
method enterText() work only first time.
I started facing this issue after PR #2314 was merged.
This PR #2461 can't solve my issue.
Logs
Logs
Patrol version
patrol: 3.13.2
Patrol Doctor output
Patrol Doctor output
Flutter Doctor output
Flutter Doctor output
The text was updated successfully, but these errors were encountered: