@Ignore
public void useIteratedListingAndDetailInterface() throws IOException {
String listingTableKeyword = "Opportunity Title";
String linkPattern = "mode=VIEW";
Scraper scraper = new Scraper();
Iterator pageIterator = new Iterator() {
private int currentPage = 2;
@Override
public URL next() {
String nextPageUrl = MessageFormat.format("/testpages/ids-page-{0}.html", currentPage++);