Selenium Python Tutorial - DragandDrop

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I tried the same approach here but it did not work can you help me with this:

from selenium import webdriver
import time
from import ActionChains as actions

driver =

time.sleep(3)
time.sleep(10)
actions(driver).drag_and_drop(src, dstn).perform()

sumantshayan