You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 toaws
cloud, and now I need to compare 2 sites. I know that I can usesitediff
to compare HTML code of 2 website, but in my case, I still want to compare others things:sitediff
to compare generated html too ? Orsitediff
will only compare html elements in page source ?Please help
The text was updated successfully, but these errors were encountered: