开发者

How do you get Selenium to work with SmartGWT components?

开发者 https://www.devze.com 2023-02-10 01:25 出处:网络
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):

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");


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号