Can we do visual Regression Testing with the help of Uipath just like in Playwright

Hii , as i was exploring the UiPath , i came to a doubt whether i can do a Visual Regression Testing( Like comparing 2 screenshot to check whether they are same or not). Can anyone guide me how we can achieve it. Is there any dependency to do this task easily. Can anyone help !!!

Hi @Sreejith_Nair1

Yes, UiPath supports visual regression testing using image comparison techniques. You can use the “Image Comparison” activity from the UiPath.Testing.Activities package or leverage custom logic with the “Take Screenshot” and “Compare Images” activities. External libraries (e.g., OpenCV via Python or .NET) can also be integrated for advanced comparisons.

Check below link for more,

If you found helpful, feel free to tick as a solution.
Happy Automation

@Sreejith_Nair1

for most of the cases you would find relevant activities ..for this case it is image comparison and you can search docs.uipath.com to get the activity list

cheers