Hi,
My application runs as a Webview for Android and iOS. I have a button to upload file and, when using desktop browsers I can “SendKeys” to the hidden input element so I get my file there.
I wanted to ask how can I do this on devices (iOS and Android)? I tried the same approach that I use for desktop browsers and got “Original error: Error while executing atom: Element is not currently visible and may not be manipulated (status: 11)”
Do I need to interact with the native elements? (Click on the attachment button and go through the UI to pick a file?)
Thanks in advance