I have developed a Python program using Selenium to upload files through drag and drop. In the actual scenario, the user drags the file from their system, and after dropping it onto the site's page, an element with the structure "//div[contains(@class, 'drops-container')]" appears after a short delay. The user then needs to release the file inside this element for the upload to take place.
I am trying to replicate this process using Selenium in Python, please help me
from Upload file with drag & drop using selenium python
No comments:
Post a Comment