Jump to content
UBot Underground

How To Scroll Instagram Like Pop-Up Using Javascript?


Recommended Posts

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;")
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...