Upload File is not working

Hello Guys,

Hope ur doing good,

Im just starting Katalon Studio, and i tried to upload file using a Span element cauz, I should Click on the Span element to send my file. I used Upload File and also Send Keys in Katalon Studio but its always not working.

Any suggestions ??

You might think it’s a <span> element, but I promise you, it’s not.

Look at the HTML again. Find the <input type="file" ...> element - that’s the element you need.

1 Like

I found this Element inside a div, so what should i do now?

Try sending a click to it.

Also, try a search:

http://forum.katalon.com/search?q=input%20file%20upload