ERROR: Caught exception [ERROR: Unsupported command [dragAndDrop ] in Selenium Python export

Katalon IDE command for Drag and Drop command not working while exporting to python. While export it shows below error: ERROR: Caught exception [ERROR: Unsupported command [dragAndDrop | //*[@id=“ConsumerSlider”]/div | 100,0]].

1 Like

I don’t think it’s error with Katalon Recorder. Katalon team simply add additional funcionality to recorder which is propably not that easy to export to python for some reason. Just google for “drag and drop in selenium webdriver python” and modify exported file based on what You will find in Google.

1 Like