次のコードを使用して、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()」がそうであるのに対し、このメソッドがどのように解決されないのかわかりません。