回答

0

我用了

List<WebElement> listmethod = driver.findelements(By.TagName("form")); 
for(WebElement listcall : listmethod){ 
System.out.println(listcall.getAttributes("method")); 
} 

它解決了我的問題

相關問題