question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

/session/:sessionId/element/:elementId/value crashes in webview if command sent in W3C format

See original GitHub issue

The 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" }

https://github.com/webdriverio/webdriverio/issues/3424

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mykola-mokhnachcommented, Jan 28, 2019

The patch has been merged to appium@beta

0reactions
lock[bot]commented, Jan 28, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found