How can I click paste popup to paste clipboard data in Android?

How can I click paste popup…which appears by long Keypress…cuz here in my case no any ID being shown for Paste menu.
plz help

Hi,

By sending keydown you can move to paste option.

driver.sendkeyEvent(20);

then press enter key using driver.sendKeyEvent(66);…

this might help you…

Thanks,
Sudhanva.M

1 Like

Dear @sudhanvam,
Which library to import to use senKeyEvent( )?