Can’t perform click and any events like sendKeys() etc. by appium driver. Plz suggest solution for it.Thanks
HI @bhoomi_peaas, Please post details
Appium Version and Your code snippet
Appium Version - 1.7.1
I tried many ways for that but nothing will work.
Now one way I find for replacement of click() is tap() – new TouchAction((MobileDriver) driver).tap(e1).perform();
but no way find for sendKeys().Plz suggest solution for it.