- Sujatha B2Active particpant
- Posts : 12
Join date : 2011-06-20
Image capture and Comparison
Thu Jun 23, 2011 1:57 pm
Hi,
How to capture the screen shots in the selenium? how to do image comparison in the Selenium. Please help me
Thanks in advance
Regards,
Sujatha B
How to capture the screen shots in the selenium? how to do image comparison in the Selenium. Please help me
Thanks in advance
Regards,
Sujatha B
- bmuralirao
- Posts : 4
Join date : 2011-07-23
Re: Image capture and Comparison
Fri Sep 02, 2011 12:31 am
You can capture Screen shot using this selenium.captureEntirePageScreenshot("c:\\test.png","");
- yuvasakthip
- Posts : 3
Join date : 2011-06-23
Re: Image capture and Comparison
Fri Sep 02, 2011 12:18 pm
Hi ,
I need to capture more than 1000 Screen Shots from a particular website so will this command helpful ?
Is there any other Tool which Capture and Compare Screen Shots Automatically and gives the Difference in Image in a separate folder ??
Please help me and give some ideas ASAP.
Thanks,
Yuva Sakthi
I need to capture more than 1000 Screen Shots from a particular website so will this command helpful ?
Is there any other Tool which Capture and Compare Screen Shots Automatically and gives the Difference in Image in a separate folder ??
Please help me and give some ideas ASAP.
Thanks,
Yuva Sakthi
Re: Image capture and Comparison
Thu Sep 15, 2011 6:50 pm
using captureScreenShot API of Selenium we can capture the screenshot. I think for the task you needed to accomplish, it is good write a Java method which compares the images bit by bit and gives you the result. That is possible. Search google for image comparison in Java. Use the technique with Selenium tests.
Permissions in this forum:
You cannot reply to topics in this forum