I an automating android native app
and for eg.in login page I want to copy email id using long tap and select copy option from context
and want to paste into password field ?
How to automate this scenario using appium ?
1.Long tap gesture
2.Select all the text in that textbox field
3.Use context copy menu
4.Use long tap on password field
5.Try to paste again using long tap and context paste option