- popshaAmateur
- Posts : 60
Join date : 2012-04-14
How to capture screenshots in RC with JUnit
Thu May 31, 2012 10:25 am
How to capture screenshots in RC with JUnit and store it in a folder
Can anyone explain me with snippet of code
Can anyone explain me with snippet of code
Re: How to capture screenshots in RC with JUnit
Thu May 31, 2012 12:33 pm
You can capture screenshot with below command
E:\\test.jpg is path with image name
E:\\test.jpg is path with image name
- Code:
selenium.captureEntirePageScreenshot("E:\\test.jpg", "");
- popshaAmateur
- Posts : 60
Join date : 2012-04-14
Re: How to capture screenshots in RC with JUnit
Thu May 31, 2012 1:36 pm
Hi Rohit,
Above provided code is not working with *iexploreproxy
Can you suggest me an alternative.
What is the difference between *iexplore, *iexploreproxy
Above provided code is not working with *iexploreproxy
Can you suggest me an alternative.
What is the difference between *iexplore, *iexploreproxy
Re: How to capture screenshots in RC with JUnit
Fri Jun 01, 2012 12:26 pm
Use Below Code
iexploreproxy is InternetExplorerCustomProxyLauncher
- Code:
selenium.captureScreenshot("E:\\test.jpg");
iexploreproxy is InternetExplorerCustomProxyLauncher
Permissions in this forum:
You cannot reply to topics in this forum