public String getBaseUrl() {
   return webBot.getBaseUrl();
 }
 public String getTitle() {
   return webBot.getTitle();
 }
 public void go() {
   webBot.goToPage(this);
 }