This may be strange question to ask. I am quite new to Mobile app testing. There are 2 hybrid apps.( One for Test purpose and one is deliverable app.) I am loading same URLs in WebView of both the apps. However, selendroid & appium are not able to locate elements loaded in deliverable app. But elements are getting located in test app. Both apps are built with
API level 19
SDK version 21
WebView.setWebContentsDebuggingEnabled(true);
What could be the problem.