Is there any way to archive and recover entire page (with entire html, css, img, js, …) using selenium...












1















I'm looking for a way to archive the entire state of webpage, for the purpose of archiving the webpage.



Actually, what I want to somehow save all rendered results of the page (not as the form of screenshot, but the form of rendered result of DOM element) that we can see on browser, and recover them in local environment without network.



I really don't need to save all the functionalities of the page that interact with other computer. Only the view of the page is needed to be archived.



What I tried to archive youtube.com's home page were,




  1. Using beautiful soup to get immediate html sources

  2. Using python selenium and chromedriver to get dynamically loaded html sources

  3. 2 + downloading all referenced .css, .js, and images from links in html codes to local directory.

  4. Pressing ctrl+s on chrome, which downloads html sources and several files. (.js, .css, .jpg, ...)


But all of them did not work correctly.



At first, 4th method seems working, but soon I found out that it downloads initial html source, not a dynamically loaded one.



Is there any known ways to do this kind of stuffs? (archiving currently rendered state of the page)



Thanks in advance.










share|improve this question























  • what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

    – mboullouz
    Nov 28 '18 at 13:03













  • With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

    – user406583
    Nov 28 '18 at 14:16
















1















I'm looking for a way to archive the entire state of webpage, for the purpose of archiving the webpage.



Actually, what I want to somehow save all rendered results of the page (not as the form of screenshot, but the form of rendered result of DOM element) that we can see on browser, and recover them in local environment without network.



I really don't need to save all the functionalities of the page that interact with other computer. Only the view of the page is needed to be archived.



What I tried to archive youtube.com's home page were,




  1. Using beautiful soup to get immediate html sources

  2. Using python selenium and chromedriver to get dynamically loaded html sources

  3. 2 + downloading all referenced .css, .js, and images from links in html codes to local directory.

  4. Pressing ctrl+s on chrome, which downloads html sources and several files. (.js, .css, .jpg, ...)


But all of them did not work correctly.



At first, 4th method seems working, but soon I found out that it downloads initial html source, not a dynamically loaded one.



Is there any known ways to do this kind of stuffs? (archiving currently rendered state of the page)



Thanks in advance.










share|improve this question























  • what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

    – mboullouz
    Nov 28 '18 at 13:03













  • With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

    – user406583
    Nov 28 '18 at 14:16














1












1








1








I'm looking for a way to archive the entire state of webpage, for the purpose of archiving the webpage.



Actually, what I want to somehow save all rendered results of the page (not as the form of screenshot, but the form of rendered result of DOM element) that we can see on browser, and recover them in local environment without network.



I really don't need to save all the functionalities of the page that interact with other computer. Only the view of the page is needed to be archived.



What I tried to archive youtube.com's home page were,




  1. Using beautiful soup to get immediate html sources

  2. Using python selenium and chromedriver to get dynamically loaded html sources

  3. 2 + downloading all referenced .css, .js, and images from links in html codes to local directory.

  4. Pressing ctrl+s on chrome, which downloads html sources and several files. (.js, .css, .jpg, ...)


But all of them did not work correctly.



At first, 4th method seems working, but soon I found out that it downloads initial html source, not a dynamically loaded one.



Is there any known ways to do this kind of stuffs? (archiving currently rendered state of the page)



Thanks in advance.










share|improve this question














I'm looking for a way to archive the entire state of webpage, for the purpose of archiving the webpage.



Actually, what I want to somehow save all rendered results of the page (not as the form of screenshot, but the form of rendered result of DOM element) that we can see on browser, and recover them in local environment without network.



I really don't need to save all the functionalities of the page that interact with other computer. Only the view of the page is needed to be archived.



What I tried to archive youtube.com's home page were,




  1. Using beautiful soup to get immediate html sources

  2. Using python selenium and chromedriver to get dynamically loaded html sources

  3. 2 + downloading all referenced .css, .js, and images from links in html codes to local directory.

  4. Pressing ctrl+s on chrome, which downloads html sources and several files. (.js, .css, .jpg, ...)


But all of them did not work correctly.



At first, 4th method seems working, but soon I found out that it downloads initial html source, not a dynamically loaded one.



Is there any known ways to do this kind of stuffs? (archiving currently rendered state of the page)



Thanks in advance.







selenium web selenium-chromedriver






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 27 '18 at 9:06









user406583user406583

61




61













  • what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

    – mboullouz
    Nov 28 '18 at 13:03













  • With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

    – user406583
    Nov 28 '18 at 14:16



















  • what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

    – mboullouz
    Nov 28 '18 at 13:03













  • With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

    – user406583
    Nov 28 '18 at 14:16

















what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

– mboullouz
Nov 28 '18 at 13:03







what I can think of is: 1-use selenium to get the url of your page 2-invoke an external program like "wget" to download the whole page

– mboullouz
Nov 28 '18 at 13:03















With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

– user406583
Nov 28 '18 at 14:16





With wget <url>, I could not recover dynamically loaded and rendered results.. Actually, it seems like wget gives me only a static html source of the page...

– user406583
Nov 28 '18 at 14:16












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53496073%2fis-there-any-way-to-archive-and-recover-entire-page-with-entire-html-css-img%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53496073%2fis-there-any-way-to-archive-and-recover-entire-page-with-entire-html-css-img%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks