android / android/android-test
Web.WebInteraction<Void> Espresso UI tests in WebView does not fire change event
- Vorherrschende Sprache
- Java
- Sterne
- 1.2k
- Forks
- 342
- Ø Merge
- 11 Std. 29 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
### While filling the textfield with autoamation, javascript does not capture focus/blur/change events in browsers, looks like
onWebView().perform(DriverAtoms.webKeys("text_here")); does not fire the events so js unable to capture it.
### html page with editbox and js on editbox to capture input filled.
### onWebView().perform(DriverAtoms.webKeys("text_here")); should fire the change event
### As of now, it is not firing the change event
### 'androidx.test.espresso:espresso-web:3.4.0'/Android OS 12 & 13
### NA
Beitragsleitfaden
Rechercherichtung
Start by reproducing the issue with androidx.test.espresso:espresso-web:3.4.0 on Android 12 or 13, using onWebView().perform(DriverAtoms.webKeys("text_here")) against an HTML editbox with JavaScript event handlers. Check whether focus, blur, and change events fire, and compare the observed behavior with the expected change event after text entry.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- android, java
- Bereich
- mobile, testing
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100