Unable to click/tap on a button in Android WebView

Hi @Mohamed_Sajjaath,

You can try using MobileBuiltInKeywords.switchToWebView() in your test to switch the context to the web view, where you should have access to the elements:

Hope this helps,

Chris