Selenium 中 testComplete() 命令的用途是什么?

发布于 2024-10-30 03:38:58 字数 197 浏览 1 评论 0原文

我无法找出 Selenium 中 testComplete() 函数的用途,以及 testComplete()end() 之间的区别> 是。

还有另一个名为 TestComplete 的测试框架绝对没有帮助......有关它的搜索结果完全被污染了:)

谢谢。

I can't find out what's the purpose of the testComplete() function in Selenium, and what the difference between testComplete() and end() is.

It definitely doesn't help that there is another test framework called TestComplete...search results about it are completely polluted :)

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

指尖凝香 2024-11-06 03:38:58

selenium 中不再有 testComplete() 函数。它存在于旧版本的 selenium-rc 协议中,但在 2006 年协议更新后被删除。请参阅源代码历史记录,修订版 931:
http://svn.openqa.org/fisheye/browse/selenium-rc/trunk/clients/java/src/main/java/com/thoughtworks/selenium/DefaultSelenium.java#btrunk

我不知道不记得 selenium 中是否存在 end() 函数。相反,有函数 close() - 关闭浏览器窗口,和 stop() - 完成远程会话。

There is no more testComplete() function in selenium. It existed in old version of selenium-rc protocol, but was removed after protocol update in 2006. See source code history, revision 931:
http://svn.openqa.org/fisheye/browse/selenium-rc/trunk/clients/java/src/main/java/com/thoughtworks/selenium/DefaultSelenium.java#btrunk

I don't remember if end() function ever existed in selenium. Instead, there are functions close() - to close browser window, and stop() - to finish remote session.

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