Back to Practice

Sortable

Sortable

Drag and drop the items to reorder them.

Item 1
Item 2
Item 3
Item 4
Item 5
Item 6

QA Automation Helper

Target IDsKey Element IDs

Advance Testing Tips

  • Drag and Drop: Use Actions class. clickAndHold(source) -> moveToElement(target) -> release().
  • HTML5 DnD: Some drivers struggle with native HTML5 drag and drop. You might need a Javascript helper workaround.
  • Verification: Check the order of text elements after the drop.