Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Please use github issue tracker instead, unless this is an internal google specific issue
*****************************************************
Trying to replicate the user's scenario of file upload from his device in WebView and realized that onShowFileChooser isn't triggered via Espresso tests. I was earlier trying to click on file upload using JS as provided by onWebView() which lead to "File chooser dialog can only be shown with a user activation" and then later moved to uiAutomator for this case. Now, though I am not seeing the error, I cannot see the trigger happening as well.