try { WebDriverWait wait = new WebDriverWait(driver,7000); wait.until(new ExpectedCondition<WebElement>(){ public WebElement apply(WebDriver d) { try { Thread.sleep(2000);//Ϊ±ÜÃâ¸øbaiduÔç³ÉÂé·³£¬Ã¿2Ãë¼àÌýÒ»´Î } catch (InterruptedException e) { e.printStackTrace(); } departLink.click();//departLinkΪ¸¾²ú¿ÆµÄÎı¾Á´½Ó monitoringTimes++;//¼àÌýµÄ´ÎÊý System.out.println("µÚ" + monitoringTimes + "´Î¼à¿Ø"); return d.findElement(By.xpath("//*[@id='doctor-info-list']/descendant::*[contains(text(), 'Ô¤Ô¼¹ÒºÅ')][1]")); } }); waitForLoad(driver); } catch (Exception e) { ticket = true; System.out.println("±§Ç¸£¬Ä¿Ç°ÓàºÅ²»×㣬ÇëÉÔºóÔÙÊÔ"); }finally{ if(ticket){ driver.close(); startMonitor();//µÝ¹éµ÷Óà } }
¡¡¡¡
5.³É¹ûչʾ
¡¡¡¡µ«´Ó³ÌÐòÀ´Ëµ£¬¿ÉÒÔÏÖʵ×Ô¶¯ÇÀºÅ¹¦ÄÜ£¬Òѳɹ¦Ô¤Ô¼µ½·Ç¸¾²ú¿ÆÒÔÍâ¿ÆÊҵĺš£
¡¡¡¡ÔËÐе½¼à¿ØµÄÒ³Ãæ²¢¼àÌý£º
¡¡¡¡ÊµÊ±¼àÌý¹ý³Ì£º
ÄѵãºÍÕ¹Íû
д´Ë³ÌÐò£¬´¿ÊôÐèÇó´ßÉú£¬½öΪһÀÖ£¬Îð¶¯Ð°Äî^^¡£
Èç¹ûÄú¾õµÃÔĶÁ±¾ÎĶÔÄúÓаïÖú£¬ÇëµãһϓÍƼö”°´Å¥£¬ÄúµÄ“ÍƼö”½«ÊÇÎÒ×î´óµÄд×÷¶¯Á¦£¡Èç¹ûÄúÏë³ÖÐø¹Ø×¢ÎÒµÄÎÄÕ£¬ÇëɨÃè¶þάÂ룬¹Ø×¢JackieZhengµÄ΢ÐŹ«Öںţ¬ÎһὫÎÒµÄÎÄÕÂÍÆË͸øÄú£¬²¢ºÍÄúÒ»Æð·ÖÏíÎÒÈÕ³£ÔĶÁ¹ýµÄÓÅÖÊÎÄÕ¡£
¡¡¡¡
¡¡