如何让 Selenium 与 SmartGWT 组件配合使用?
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装 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