This is node view of my instagram bot i want to scroll down likes pop-up it works with id classes but here is different case cause it has only div and css code.
navigate("https://www.instagram.com/p/Bz0jgdEBrS8/","Wait")
wait for browser event("Everything Loaded","")
click(<(tagname="a" AND class="zV_Nj")>,"Left Click","No")
wait for browser event("Everything Loaded","")
run javascript("var objDiv = document.getElementsByTagName(\"div[style=flex-direction]\");
objDiv[0].scrollTop = objDiv[0].scrollHeight;")