Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助发生以下错误以运行 selenium Web 驱动程序。
导入 org.openqa.selenium.WebDriver*;
导入 org.openqa.selenium.firefox.FirefoxDriver;
正确的一个是
import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver;