如何在 Eclipse 中使用 Java 的 WebDriver
我正在使用 Selenium RC、TestNG、Java 和 Eclipse。我想使用网络驱动程序。
我该如何使用它?哪个 jar 文件将作为外部 jar 文件添加到 eclipse 中?
I am using Selenium RC, TestNG, Java with Eclipse. I want to use WebDriver.
How can I use it? Which jar file will be added in eclipse as external jar file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
下载 selenium -java zip 并将 lib 目录中的所有 Jars 添加到类路径中。
这将包含 WebDriver API 和所有可用的浏览器驱动程序,例如 Firefox、HTMLUnit、Chrome 等。
Download the selenium-java zip and add all the Jars in the lib dir to your classpath.
This will contain the WebDriver API and all the available browser Drivers such as Firefox, HTMLUnit, Chrome, etc.
使用WebDriver + Java + TestNG + Maven + ReportNG + Sikuli,您可以创建一个用户友好、健壮、可维护和可扩展的自动化框架。我使用的工具、策略和模式在 http://xebee.xebia.in/2012/03/30/web-gui-automation-tools-strategies-patterns/
With WebDriver + Java + TestNG + Maven + ReportNG + Sikuli you can make an automation framework which is user friendly, robust, maintainable and scalable. Tools, strategies and patterns that I used are explained in detail at http://xebee.xebia.in/2012/03/30/web-gui-automation-tools-strategies-patterns/
请查看我的分步指南 http://scraping.pro /如何使用-selenium-webdriver-with-java/。它解释了如何使用 Eclipse IDE 构建使用 WebDriver 的 java 程序。
Please look at my step by step guide at http://scraping.pro/how-to-use-selenium-webdriver-with-java/. It explains how to build a java program that uses WebDriver using Eclipse IDE.