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

时间:2011-02-11 01:34:23

标签: gwt selenium smartgwt selenium-ide

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

我尝试了以下命令无效(点击确实发生但表格小部件没有响应):

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

1 个答案:

答案 0 :(得分:2)

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

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