更新到 Selenium 2.0rc3,页面无法正确加载/读取

发布于 2024-11-17 21:48:25 字数 631 浏览 0 评论 0原文

我在这里束手无策,希望有人以前遇到过类似的事情。

我已经使用 Selenium 2.0a2 一段时间来测试我的 Web 应用程序。现在我已经更新到 rc3,并且当我在 teamcity 安装上运行它们时,一些测试中断了。

这些测试抱怨在某些(jsp)页面中找不到元素,因此我让测试记录页面源代码。

在某些测试中,对于 webDriver 来说,页面看起来像这样(使用 webDriver.getPageSource() 检索):

<html>
  <head>
    <title> *page title* </title>
    *CSS and style code*
  </head>
</html>

换句话说,所有 javascript 和正文信息都不会由 webdriver 加载/读取。这种情况仅发生在某些测试中,对于其他测试,完全相同的方法可以正常工作。我尝试了几种想法,例如在访问元素之前重新加载页面、关闭 JSP 预加载等,但到目前为止没有任何效果。

以前有人遇到过这样的事情吗?如果是这样,您解决了吗?如何解决?

I'm at wits' end here, and hoping someone's ran into something similar before.

I've been using Selenium 2.0a2 for a while now to test my web application. Now I've updated to rc3, and several tests break when I run them on my teamcity installation.

These tests complain about not finding elements in certain (jsp) pages, so I had the tests log the page source.

In certain tests the pages look like this to the webDriver (as retreived with webDriver.getPageSource()):

<html>
  <head>
    <title> *page title* </title>
    *CSS and style code*
  </head>
</html>

In other words, all javascript and body information is not loaded/read by the webdriver. This only occurs in certain tests, with others the exact same methods work fine. I've tried several ideas such as reloading the page prior to accessing the element, turning off JSP preloading etc, but nothing has worked so far.

Has anyone run into something like this before? If so, did you solve it and how?

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

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

发布评论

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

评论(1

小红帽 2024-11-24 21:48:25

Selenium 最新发布的版本是 2.17.0。为什么您在预发布版本发布近一年后才提出有关预发布版本的问题?这些数字很有意义,升级!!

The latest released version of Selenium is 2.17.0. Why are you asking questions about a pre-release version nearly one year after its release?? Those numbers mean something, upgrade!!

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