Hi how do I get the seed where it came from of the page in crawler4j's visit function? So far i have the url of the page but i cant figure out what was the seed that lead to there.
public void visit(Page page) {
String url = page.getWebURL().getURL();
}