File Upload

Hello everyone

I’m recording a test, I have a field of type
that it is required to enter an image. When the test is played, it does not find this type of field.

Could you help me on how to perform this procedure please.

target =

css=input[id="myFile"]

or

css=input[type="file"]

Please if this not works supply the full test for us to take a closer look?

2 Likes

file upload never work for me finally Intgrated with auto it @

Patrick Groot said:

target =

css=input[id="myFile"]

or

css=input[type="file"]

Please if this not works supply the full test for us to take a closer look?

Thanks for your attention, with your help I was able to get Katalon to read the upload of files.
Now I have another question, what input do I use to indicate the path of the document I want to enter?

regards

Hi. Thank you for the question. Please see FAQ #2 https://docs.katalon.com/x/7gHR for the answer.

1 Like