Can I unsubscribe? Thanks! On May 27, 2015 4:12 PM, "Lewis John McGibbney (JIRA)" <[email protected]> wrote:
> > [ > https://issues.apache.org/jira/browse/NUTCH-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Lewis John McGibbney updated NUTCH-2021: > ---------------------------------------- > Attachment: speakers-bureau.php.png > NUTCH-2021v2.patch > > Updated patch for trunk along with a sample screenshot. > Feedback appreciated. > > > Use protocol-selenium to Capture Screenshots of the Page as it is Fetched > > ------------------------------------------------------------------------- > > > > Key: NUTCH-2021 > > URL: https://issues.apache.org/jira/browse/NUTCH-2021 > > Project: Nutch > > Issue Type: New Feature > > Components: plugin, protocol > > Affects Versions: 1.10 > > Reporter: Lewis John McGibbney > > Assignee: Lewis John McGibbney > > Fix For: 1.11 > > > > Attachments: NUTCH-2021.patch, NUTCH-2021.patch, > NUTCH-2021v2.patch, speakers-bureau.php.png > > > > > > This should be a piece of cake. It can be done as follows > > {code} > > WebDriver driver = new FirefoxDriver(); > > driver.get("http://www.google.com/"); > > File scrFile = > ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); > > // Now you can do whatever you need to do with it, for example copy > somewhere > > FileUtils.copyFile(scrFile, new File("/usr/local/pics/screenshot.png")); > > {code} > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >

