Upload file button

Good day

Im struggling, im trying to upload a file from file explorer, i have a button that i click on which brings up file explorer.

There is no input field just a button which adds the file - Timesheet.xlsx

Hi @preshen.kissoon

If this is a web page, written in HTML that uses HTTP forms to upload a file, THERE IS an input field. Try using the DevTools to examine the relevant HTML. The input is probably hidden, either directly or by CSS.

2 Likes

So i managed to use the custom keyword for uploading however it takes me to the path and isnt finding my file. And the file definitely is in the folder.

Ok cool i managed to sort my issue out, added in a delay after the custom keyword , maybe it couldnt find the file that quick.:grinning:

1 Like