sitediff icon indicating copy to clipboard operation
sitediff copied to clipboard

Can I use sitediff to compare dynamic content, or result of clickable element , or UI of element(css style) ?

Open astrung opened this issue 1 year ago • 1 comments

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 usesitediff to compare generated html too ? Or sitediff will only compare html elements in page source ?

Please help

astrung avatar Jun 05 '24 02:06 astrung

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.

kirk-brown-ew avatar Jun 05 '24 02:06 kirk-brown-ew