in a div, have elements (not necessarily 2nd generation) with attribute move_id.
move_id
First, would like most direct way of fetching first and last elements o
Example to get the last input element:
document.querySelector(".groups-container >div:last-child input")