Browser specific behaviour
Learn about various issues related to different browsers
This document describes various issues related to different browsers and how they handle specific scenarios like Alerts and Auto downloading of video files etc.
Safari on iPhone and Mac
While doing visual regression testing with Percy, If your webpage is having javascript based alerts or video files getting automatically downloaded on opening the webpage, in that scenario you might see builds getting failed.
Primary reason is that these alerts and auto downloading of video files do not work well with various testing frameworks like Selenium or Appium today.
Safari on iPhone
If your webpage is using CSS property filter
very often or having too many references, then it may break. This is only observed during Safari on iPhone and in future this may work when Apple fixes it, until then use the CSS filter
property carefully.
Firefox
In Firefox we observed, when webpage is too large that full-page screenshot total size may go beyond 32k pixels, then it may break, which may result in missing/failed snapshot.
You can try on your local environment using Firefox built in mechanism, more information here. Also please checkout the Browsers specific handling page for more information.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!