@flavio_b wrote:
Hello,
I developed a Ionic (v3) app and I’m now starting a test automation process using Appium.
So far, I was facing lots of issues because I cannot find any element after launching the app on Android.
As far as I understand from Appium docs, I have to set the following property to trueThere is an additional step necessary within your app build, unfortunately. As described in the Android remote debugging docs it is necessary to set to
true
the setWebContentsDebuggingEnabled property on the android.webkit.WebView element.Those instructions are for native development. What is the corresponding setting in Ionic?
Posts: 1
Participants: 1