In my application I have a dropzone(Which is not having input type = file) where I can upload files using window dialog box. But using Choose File Keyword, I am not able to upload file, because which is not pointing to .
Below is the xpath for that element,
//*[@id="scroller"]/div[3]/xyz-dropzone
Can someone please help me to solve this ? Do we have any keyword to upload file for dropzone ?
I have tried below which is not working,
Choose File //*[@id='scroller']/div[3]/xyz-dropzone C:\\Users\\User1\\Desktop\\Skype issue.png./
Getting below error,
"Element not interacted".
Below is the html source code(polymer) for that element,
<xyz-dropzone piid="{{piid}}" config="{{config}}" endpoint="/file-upload" dzid="photos" maxfiles="{{maxfiles}}" imageTemplate="{{dropzoneTemplate}}" attachments="{{attachmentsload}}"></xyz-dropzone>