You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless your app is the default input method editor (IME) or is the app that currently has focus, your app cannot access clipboard data on Android 10 or higher.
Maybe we can add getting clipboard feature on Appium IME in the settings apk.
(I haven't evaluated if we exactly can do so)
The text was updated successfully, but these errors were encountered:
The problem
Set clipboard works but get clipboard doesn't in Android 10 #12311 (comment) because of the new security limitation.
https://developer.android.com/about/versions/10/privacy/changes#clipboard-data
Maybe we can add getting clipboard feature on Appium IME in the settings apk.
(I haven't evaluated if we exactly can do so)
The text was updated successfully, but these errors were encountered: