I would love to see a feature to set text to the clipboard.
I know there's an Appium method set_clipboard_text() and set_clipboard(). But I'm having a very hard time implementing this. I am only using AppiumLibrary, no pure code at all.
For my usecase the application (both on iOS and Android) looks at the clipboard. If a string on this clipboard matches a certain format (the data of a QR code), it will paste this string into the app (there is no textfield to put it in, this happens behind the scenes), so that I do not have to physically scan the QR code.
Thanks a lot for your time!
I would love to see a feature to set text to the clipboard.
I know there's an Appium method set_clipboard_text() and set_clipboard(). But I'm having a very hard time implementing this. I am only using AppiumLibrary, no pure code at all.
For my usecase the application (both on iOS and Android) looks at the clipboard. If a string on this clipboard matches a certain format (the data of a QR code), it will paste this string into the app (there is no textfield to put it in, this happens behind the scenes), so that I do not have to physically scan the QR code.
Thanks a lot for your time!