sitediff
sitediff copied to clipboard
Can I use sitediff to compare dynamic content, or result of clickable element , or UI of element(css style) ?
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
sitediffto compare generated html too ? Orsitediffwill only compare html elements in page source ?
Please help
Hello,
Currently, SiteDiff only looks at the HTML of a webpage and not any of the style or javascript capabilities. CSS and JavaScript files are not actually downloaded by this tool.
These would be great features for the future.