我是新來的Javascript和硒,所以請忍受我!硒和Javascript,無法找到firstchild元素
我將如何找到元素「接受」並點擊它?
我已經嘗試了幾個組合:
var buttons =[];
buttons = driver.findElement(By.className("eula-button")) (I cannot call buttons.length with this method to loop through elements)
和
driver.findElement(By.xpath(".//button[contains(text(),'Accept')]")).click();
感謝您的幫助!
檢查按鈕是一個iframe內。 – Grasshopper
xpath的第二個選項給你哪個錯誤?它看起來像是正確的。 – Ievgen