Hello, How is everyone?
yes I read a couple documents in the community about this and still not understanding how to do it. The articles are also out dates, so I wanted to see if there is anything else I can do.
WHAT:
How do I upload a form from file explorer ( could be headless if needed also)
When I click this button the “ADD Policy” button below
Edit: Does your pathway have double slashes in it? It needs them. (A single slash is an escape character, like for the “new line”, \n, or “tab”, \t, so the second slash says that the first slash is just a slash.)
gImportFileName = 'G:\\Katalon Test Cases\\KatalonCASE\\Data Files\\Details.txt';
Could you doublecheck that there isnt an input field? Search for //input in dev tools maybe? I’ve tested a page where the input field was not that close to the button in the DOM
I think you can use the Katalon keyword in this case - it requires an input of type = file, which is what you have shown above. There are alternatives but this is the out-of-box solution: