I have a existing java web application. Whenever there are changes to enhance the application. What we usually do is that we will take the screenshots of the page and use some image editor software to copy and paste the modified design e.g. add new fields etc. and then send to users for review.
I like to ask if there is anyway to generate the html mockup from the web application? Such that we can directly edit from the mockup instead.
I know we can use wget but my application is password protected so i not sure which command to use.
Will appreciate for more advice thanks.