Is there a way to achieve drag and drop for Magento image upload using Selenium?
I am trying to automate product upload on magento using python and selenium, however i am running into problem uploading images. I have tried to target the input tag with id="fileupload" driver.find_element_by_id("fileupload").send_keys('C:\Users\PC\Desktop\Code\magento-bot\image1.png') It seems to work because when i place…