如何在 Eclipse 中使用 Java 的 WebDriver

发布于 2024-10-25 05:44:44 字数 110 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

栀梦 2024-11-01 05:44:44

下载 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.

李白 2024-11-01 05:44:44

使用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/

少女的英雄梦 2024-11-01 05:44:44

请查看我的分步指南 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文