0
這是我的代碼:該方法的setAttribute(字符串,字符串)是未定義的類型WebElement
driver.findElement(By.id("input_17")).setAttribute("value", "selected");
獲取錯誤
「的方法的setAttribute(字符串,字符串)是未定義類型 WebElement「當我嘗試更改webelement的屬性時。
但是對於「getAttribute
」它沒有給出任何錯誤。
能否請您分享整個代碼,這樣我們就可以瞭解什麼是你想怎麼辦? –
Selenium沒有setAttribute方法,它是javaScriptExecutor的一個方法 – iamsankalp89