如何让 Selenium 与 SmartGWT 组件配合使用?

发布于 2024-10-16 19:11:44 字数 243 浏览 3 评论 0原文

我正在尝试使用 Selenium 在 SmartGWT 表中选择一行。

我已尝试以下命令但无济于事(点击肯定会发生,但表格小部件没有响应):

    selenium.mouseDownAt("isc_ContactListGrid_0_wrapper", "50,50");
    selenium.clickAt("isc_ContactListGrid_0_wrapper", "50,50");

I'm trying to use Selenium to select a row in a SmartGWT table.

I have tried the following commands to no avail (the click definitely happens but the table widget doesn't respond):

    selenium.mouseDownAt("isc_ContactListGrid_0_wrapper", "50,50");
    selenium.clickAt("isc_ContactListGrid_0_wrapper", "50,50");

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

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

发布评论

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

评论(1

夜雨飘雪 2024-10-23 19:11:44

您需要安装 SmartGWT 用户扩展并使用特定的 SmartGWT 定位器 (scLocator)

在此处查看更多信息 - http://www.rhq-project.org/display/RHQ/Testing+SmartGWT+with+Selenium

You need to install SmartGWT user extensions and use specific SmartGWT locator (scLocator)

See more here - http://www.rhq-project.org/display/RHQ/Testing+SmartGWT+with+Selenium

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