Jump to content
UBot Underground

Navigating Infinite Scrolls In Ubot X


Recommended Posts

hi, i am having trouble getting the external browser to scroll to the bottom of the page for scraping results from infinite scroll pages 

 

the javascript that i normally use doesnt seem to be working

 

many thanks for any advice

in external browser("Chrome") {
    navigate("https://hypem.com/sites/tags/hip%20hop","Wait")
    click(<id="more-blog-scroll">,"Left Click","No")
    loop(10) {
        run javascript("window.scrollTo(0,document.body.scrollHeight);")
    }
}

Link to post
Share on other sites
in external browser("Chrome") {
    navigate("https://hypem.com/sites/tags/hip%20hop","Wait")
    click(<id="more-blog-scroll">,"Left Click","No")
    loop(10) {
        run javascript("window.scrollTo(0,document.body.scrollHeight);")
        wait(2)
    }
}

same problem.. after it clicks the first button it never scrolls down again

 

it works fine in the internal browser (though the internal browser seems to be locking up constantly), the javascript scroll function seems to be working fine in internal

 

but it doesnt seem to do anything in the external browser. is there a better way to do this?

 

thanks

Link to post
Share on other sites

any advice would be greatly appreciated...

 

works fine in the internal browser but it is freezing so often i want to try the external. but the scroll script isnt working on the external browsers

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...