BrowserSeal.Robot adds to the features of standard edition the ability to automaitcally capture mituple URLs without user intervention. It also features a command line interface which allows to use BrowserSeal.Robot in automation scripts.
Command line arguments:
- -batch - enable batch processing.
- -url <url> - capture singile URL, save it to file and exit.
- -urlfile <urlfile> - read URLs from file, save each capture to separate file and exit.
- -outdir <directory> - output directory to store captured images.
- -user <username> - username for HTTP authentication
- -pass <password> - password for HTTP authentication
When -dev option is enabled BrowserSeal.Robot will not launch the graphical user interface but instead will parse command line arguments, capture URLs with the configured browsers, save results and exit. This is what typical BrowserSeal.Robot session looks like:
C:\BrowserSeal>echo twitter.com > urls.txt
C:\BrowserSeal>echo wordpress.com >> urls.txt
C:\BrowserSeal>java -jar browserseal.jar -batch -urlfile urls.txt Current dir: C:\BrowserSeal Running in batch mode, dir = C:\BrowserSeal\capture Capturing url = twitter.com Saving... Capturing url = wordpress.com Saving... Finished.
C:\BrowserSeal>dir capture Volume in drive C has no label. Volume Serial Number is 482A-FCEE
Directory of C:\BrowserSeal\capture
12/12/2009 12:24 AM . 12/12/2009 12:24 AM .. 12/12/2009 12:24 AM 60,941 twitter-com-chrome-capture.jpg 12/12/2009 12:24 AM 60,523 twitter-com-firefox-capture.jpg 12/12/2009 12:24 AM 55,401 twitter-com-ie6-capture.jpg 12/12/2009 12:24 AM 58,212 twitter-com-ie7-capture.jpg 12/12/2009 12:24 AM 58,903 twitter-com-ie8-capture.jpg 12/12/2009 12:24 AM 61,838 twitter-com-opera-capture.jpg 12/12/2009 12:24 AM 60,853 twitter-com-safari-capture.jpg 12/12/2009 12:26 AM 177,360 wordpress-com-chrome-capture.jpg 12/12/2009 12:26 AM 175,759 wordpress-com-firefox-capture.jpg 12/12/2009 12:26 AM 181,143 wordpress-com-ie6-capture.jpg 12/12/2009 12:26 AM 174,834 wordpress-com-ie7-capture.jpg 12/12/2009 12:26 AM 174,005 wordpress-com-ie8-capture.jpg 12/12/2009 12:26 AM 177,753 wordpress-com-opera-capture.jpg 12/12/2009 12:26 AM 178,580 wordpress-com-safari-capture.jpg 14 File(s) 1,656,105 bytes 2 Dir(s) 4,885,606,400 bytes free
C:\BrowserSeal>
|
For more information about BrowserSeal.Robot features see BrowserSeal Standard edition features page.
|