Jump to content
UBot Underground

Ubot 5 Page Down Send Keys


Recommended Posts

Hello!

 

I'm trying to send a page down command inside twitter, I used to do this with a piece of Javascript in ubot 4 (and 3!) but I can't seem to be able to do this as easily in ubot 5.

 

Does anyone have a piece of ubot code that will essentially send a page down keyboard command that I can then drop inside a loop or while command.

 

Thanks

 

Ninjamanz.

Link to post
Share on other sites

test it work

set(#Heigth,500,"Global")
loop(10) {
    run javascript("window.scrollTo(0,{#Heigth});")
    set(#Heigth,$add(#Heigth,500),"Global")
    wait(.5)
}
  • Like 1
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...