Jump to content
UBot Underground

Browser Screenshot


Recommended Posts

is there any way to take the full screenshot of the whole webpage, using save browser image only the part visible on the screen gets saved not the part below which gets revealed on scrolling....how do i get the full page saved as image....plz guide

 

thanx

Link to post
Share on other sites

try

loop(10) {
    run javascript("window.scrollTo(0,document.body.scrollHeight);")
    wait for browser event("Everything Loaded","")
    wait(1)
}
save browser image("{$special folder("Application")}\\Test.png")
Link to post
Share on other sites

There might be a way to take several images scrolling down the page and then put them together into one. But if I were you first I'd go to a website that does it and try to get it from them.

 

Somewhere like this: https://web-capture.net/

 

And just make a bot that adds a link there and download it.

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