Jump to content
UBot Underground

"save Page As" From Browser Menu


Recommended Posts

I'm trying to save a list of web pages to my local drive.

 

I have a list of URL's and I want to:

1- load the URL list

2- select the next URL in the list

3- load a page in the browser

4- save the page to my local drive

5- goto 2

 

I don't see how to do #4

Edited by thenyackfidler
Link to post
Share on other sites

save to file("{$special folder("Application")}\\WebPage.html",$document text)

 

or a sure fire solution

save browser image("{$special folder("Application")}\\mypic.jpeg")

 

The special folder is the folder where your bot is saved

 

though the first is not a screenshot,it can save a lot of storage space,but may not display exactly what the page displayed when you saved it as it runs some external scripts which will not run when downloaded,but most likely both will work fine

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