通常點擊元素使用click() 方法即可:. // 選擇元素並進行點擊 webDriver.findElement(By.id("buttoncheck")).click() // 等待元素可以點擊 new ...
確定! 回上一頁