How can I drag and drop a photo that in my finder(mac) to a web upload interface (droppable).
I attached below the screenshots of the scenarios I want to do and the source code of droppable interface.
I used action chain but I I'm not sure I understand the parameters (source, target)
from selenium.webdriver import ActionChains
action = ActionChains(driver)
action.drag_and_drop('source','target').perform()
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…