I wonder if there is a tool that can track changes in html file (DOM) like new HTML elements added to the page, old elements was removed, elements location have changed, this tool would be able to track the changes and to display what is the differences between both of the files.
I will explain using an example: if I browse to google search page (saving the DOM to a file) then I navigate again to google search page again , saving the DOM to another file and now I want to compare both of the files and to display what was changed like I wrote before (old elements was removed, elements location have changed).
thanks!