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.
我能够使用 Junit4 使用 Selenium Rc 运行测试用例。但是当我尝试使用 Selenium Webdriver 做同样的事情时,它只会打开一个空白浏览器。帮我解决这个问题
selenium 将基于浏览器 API 启动一个本地 Web 服务器,然后您的测试用例将发送 URL 到浏览器,selenium 本地服务器将充当本地服务器的 URL 请求。在您的场景中,我猜当您直接运行 selenium 时会出现一些配置错误,您可以在 Eclipse 控制台中获取一些控制台日志:Window -> Show view -> Console