通过以下代码在 groovy 中使用 Webdriver 2.25.0:
import org.openqa.selenium.By;
...
driver.findElement(By.cssSelector("div.test"))
显示:
groovy.lang.MissingMethodException: No signature of method: static org.openqa.selenium.By.cssSelector() is applicable for argument types: (java.lang.String) values:
文档声明此方法是有效的。我无法弄清楚这种方法是如何解决的,而“name()”是。