/session/:sessionId/element/:elementId/value crashes in webview if command sent in W3C format
See original GitHub issueThe problem
/session/:sessionId/element/:elementId/value crashes in webview if command sent in W3C format
Environment
- Appium version (or git revision) that exhibits the issue: 1.10.1
- Mobile platform/version under test: Android, using webview
- Real device or emulator/simulator: real
- Appium CLI or Appium.app|exe:
Details
/session/:sessionId/element/:elementId/value crashes in webview if command sent in W3C format
Link to Appium logs
https://gist.github.com/mgrybyk/738ec7bf6bb6abb8698e1074479a6c12
Code To Reproduce Issue [ Good To Have ]
// start with capabilities "browserName": 'chrome',
// on android real device
browser.url("http://adam.goucher.ca/parkcalc/")
$("#EntryTime").setValue("qwe")
// value send in W3C way, however chrome supports jsonwp
/session/:sessionId/element/:elementId/value
method: POST
body:
{ text: "qwe" }
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
android app crashing on webview url change - Stack Overflow
Android app is crashing when running function webview.loadUrl. Getting the following error on close: E/AndroidRuntime(1593): Caused by: java.lang.
Read more >Here's how to fix those mysterious Android WebView crashes
Tap the three-dot menu at the top right of this screen, then select "Uninstall updates." This won't uninstall Android System WebView completely— ...
Read more >WebView Crash Protection - Hermit • Lite Apps Browser
Even if WebView crashes, Hermit will help you recover. ... This app uses the Android WebView component to render Web pages, like many...
Read more >Android system Webview update is crashing apps on my S22 ...
All of my apps and firmware are up to date. I have tried uninstalling the Android system webview update and it still did...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The patch has been merged to appium@beta
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.