This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 5
Oct 2018

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?

  • created

    Oct '18
  • last reply

    Oct '18
  • 4

    replies

  • 158

    views

  • 2

    users

  • 1

    link

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.