Hi. Thank you for your awesome project. It is very helpfull and I want to learn more about its function. I am beginer with this tool, so forgive me if my dummy question.
I have migrated a website from azure cloud to aws cloud, and now I need to compare 2 sites. I know that I can use sitediff to compare HTML code of 2 website, but in my case, I still want to compare others things:
- I need to compare visual UI of every elments. In other word, is css style are same between 2 sites.
- I need to compare some output of button action. For example, if I click a button, a new pop-up will appear, and I want to compare 2 pop-up are same between 2 sites.
- Some of page has dynamic content, its html code is not in page source, it is generated when rendering page by JS. So can I use
sitediff to compare generated html too ? Or sitediff will only compare html elements in page source ?
Please help