Any update on TouchActions for WebView? (Android)

Hey,

Any work around the TouchAction be executable in WebView? Neither ActionChains work, says both methodes are unimplemented.

If I use normal .click() function, the element get’s clicked, but nothing happens.

Any ideas?

Also, switching to native context might help

What about if the elements cannot be found in native mode?

None of them cab be searched either by xpath,id,accessility id?

I would try to synthesize events on my own with custom javascript then.

And/or translate web coordinates to native context manually.

Any links or already written code that could help?