如何从 Selenium IDE 迁移到 Selenium2/Selenium WebDriver
之前我总是只使用 Selenium IDE,现在应该迁移到 Selenium2/Selenium WebDriver。我应该安装什么并了解如何使用 Selenium2/Selenium WebDriver。我应该了解任何编程语言吗?
Before I always used just Selenium IDE and now should migrate to Selenium2/Selenium WebDriver. What should I install and know to use Selenium2/Selenium WebDriver. Should I know any programming language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Selenium 2 支持许多不同的编程语言。最能利用 selenium 的语言是 Java,但 c# 和 python 驱动程序由社区维护。就我个人而言,我使用 python,并发现与原始 java 版本有一些差距,但到目前为止非常成功。如果您不了解任何编程语言和/或任何有关设计的知识,您正在从事的项目可能不会像您想象的那么成功,并且您将花费大部分时间来重构/维护事物。您应该真正了解对该项目设定的期望是什么
Selenium 2 supports many different programming languages. The language you'll get he most out of selenium is Java, but c# and python drivers are maintained by the community. Personally I use python, and find some gaps from the original java version but have been very succesfuly thus far. If you do not know any programming languages, and/or anything about designing, the project you are working on may not be as successful as you may think and you will be spending most of your time refactoring/maintaining things all the time. You should really know what expectations are set for the project