1
我是硒的新手,並且試圖訪問以下網站上的選項卡完整記分卡選項卡。使用硒webdriver在頁面內找到一個選項卡
http://www.espncricinfo.com/icc-womens-world-cup-2013/engine/current/match/594903.html。
我在Java代碼是:
driver.get("http://www.espncricinfo.com/icc-womens-world-cup-2013/engine/current/match/594903.html");
driver.manage().timeouts().implicitlyWait(5L, TimeUnit.SECONDS);
driver.findElement(By.xpath("//*[@id='st_1']")).click();
然而,它似乎並沒有能夠找到的選項卡。你能幫忙嗎?
感謝
哇。好問題。該頁面非常不尋常。尚未找到解決方案。 –