Hi All,
I am trying to attach a file in one of mu application module using Katalon Automation, but I am yet to be successful.
Please see the screenshot after the Upload specific step is executed.
Looks like the command is successful as it is trying to upload the file, but the loading process in not ending.
Here is my code:
WebUI.uploadFile(findTestObject(‘Page_ReportAnIssuePopUp/AttachmentField’), ‘Data Files\\\App Test Data\\\FilesToUpload\\\TextFile’)
The xpath of “AttachmentField” is - > **//input[@type=‘file’]
**However, manually the upload process is happening very smooth.
Could anyone please help?
Regards,
Prabodh