I’m trying to automate the upload image using katalon studio. After clicking on Upload Image (this is how it looks see attached image below). I’m stuck in the native fileupload dialog. I’m currently using macOS.
Thanks for your help. I used the code you provide but i think katalon studio can’t read the macOS path file (I think my pathfile is incorrect?) I’m a bit confused on file path. I’ll do some research for this.
Not sure about macOS path but Windows path would be C:\\Users\\username\\Downloads\\testfile.txt
Maybe yours should be ‘//Users/Ryan//Desktop//myimage.jpg’
or ‘\\Users\\Ryan\\Desktop\\myimage.jpg’