Using elem.querySelector(":scope ~ div") does not return anything even though there are div siblings of elem.
elem.querySelector(":scope ~ div")
div
Using elem.que
elem.que