There is a button in UI, it will open file open explorer, once we select file and click open, then DOM directly uploading the file,
selecting the file and click open
file directly getting uploaded
tried all possible ways suggested in cypress-file-upload package. not working, background there is an API POST request which is actually uploading the file, but that API URL is dynamic(URL includes the user authentication login token, and upload key, and user id), so it is not possible to generate/recreate the upload API URL
Can't able to access the file open explorer? In this scenario, how to perform file upload using CyPress?