1 Replies Last post: Jul 24, 2008 12:27 AM by ManojK  
Click to view natasha's profile Pro 6 posts since
Jun 6, 2008

Jun 18, 2008 6:09 AM

taking screen shots

How do I capture screen shots using selenium?

 

I am aware of the captureScreenShots command in selenium, but that doesn't capture any flash object.

 

I want to save a the state of a flash control on screen and that not getting captured using selenium's captureentirescreenshot command.

 

The other way that I am thinking would be to press alt+printscrn keys and then paste it in word application. later save the word app using the name of the test case.

 

is this possible? if yes, how could i do it?

 

thanks in advance,

natasha

Click to view ManojK's profile Master 82 posts since
Apr 4, 2008
1. Jul 24, 2008 12:27 AM in response to: natasha
Re: taking screen shots

hello,

 

If your are conformtable in RC and java , then use Robotfeatue in java which take you screen shot of any thing visible on the screen at the moments.

 

For help about robots in java, just google it.

 

 

Best of luck

More Like This

  • Retrieving data ...