Im facing an issue while automating a click on element in virtual Tab android system using Appium & CodeceptJS. when i run the test, i got this error :
ERROR webdriver: Request failed with status 404 due to unknown command: The requested resource could not be found, or a request was received using an HTTP meth od that is not supported by the mapped resource
This is my code :
I.click('#com.android.packageinstaller:id/permission_allow_button');
Any idea please ??