The Drag and Drop tool allows the agent to drag elements from one location to another on the page. This is useful for interacting with drag-and-drop interfaces like file uploaders, sortable lists, kanban boards, or any UI that requires drag interactions.
from smooth import SmoothClientclient = SmoothClient()task = client.run( task="Drag the item from the source container to the target container", additional_tools={ "drag_drop": None })