我需要點擊「數據庫」按鈕。我試試這個代碼:如何使用webdriver的找到按鈕?
driver.switchTo().frame("frame_content");
wait.until(visibilityOfElementLocated(By.id("topmenucontainer")));
driver.findElement(By.linkText("server_databases.php?token=650c2ac770f7d54449d462b18ddd6a01"));
但即使提流通環節的不幫我,我有例外:
org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"partial link text","selector":"server_databases.php?token=65...
我做錯了嗎?我怎樣才能用XPath礦石來做到這一點?
Java不是JavaScript的。 –
但它的Java與硒 –