I have ID for an image (item_image) and I want to hold it and drag it to my cart which the id for the cart is (view_cart).
I tried the perform_action('drag',fromX,toX,fromY,toY,steps) and I used the pan("* id:'element'", :right) which it hold the image and drag it to right.
Could you help me please?