eq(0) .trigger('mousedown', { which: 1 }); cy.get(dataExplorerTableAttributeDraggable) .eq(1) .trigger('mousemove') .trigger('mouseup');
確定! 回上一頁