Exemplo n.º 1
0
 public static void main(String[] args) throws Exception {
   ProxyUtli.setProxy(true);
   DrugstorePage drugstorePage = new DrugstorePage();
   drugstorePage.url =
       "http://www.drugstore.com/cottonelle-fresh-care-flushable-moist-wipes-tub/qxp157237?catid=180658";
   ParserDrugstorePage parserDrugstorePage = new ParserDrugstorePage(drugstorePage);
   parserDrugstorePage.checkprice();
   System.out.println(drugstorePage);
 }
Exemplo n.º 2
0
 public static void main(String[] args) throws Exception {
   ProxyUtli.setProxy(true);
   SearchNordstrom af = new SearchNordstrom();
   // System.out.println("start checking...");
   af.searchsite();
 }