public class ServiceScrapeDriver extends Object
| Constructor and Description |
|---|
ServiceScrapeDriver(String sitemapUrl,
String sitemapURLKey,
String maxScrapedPages,
String outputFilename,
String outputFolder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSitemapUrl() |
String |
getSitemapURLKey() |
void |
runScrape()
Fires off threads
Originally designed as a multi-threaded process; now reduced to a single thread as
the selenium webdriver is too expensive to run multi-threaded.
|
public void runScrape()
throws IOException
IOExceptionpublic String getSitemapUrl()
public String getSitemapURLKey()
Copyright © 2025. All rights reserved.