Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Selenium and SmartGWT

    Should I expect the Selenium 2.0.0 IDE to work with smart GWT?

    I have attached a snapshot of a short Selenium test case that was created by recording the following steps on the smart GWT showcase webpage:
    1) Open http://www.smartclient.com/smartgwt/showcase
    2) Click on “Grid Cell Widgets” item of the “Featured Samples” tree
    3) Select “Sort Ascending” from the Country column header menu

    Questions from that:
    1) All of the targets are exactly the same – even though all three clicks were on different targets. Why aren't the targets different? Does this affect the script?
    2) All clicks (except the first) are recorded as a “secondClick” even though I was careful not to double-click. I was under the impression from looking at the user extension that secondClick was for doubleclicks. Is secondClick the correct action in the script?
    3) The ide isn't showing autoId sclocators, though according to the forum(and with our updated jar from June 4) there should be autoIds. Has something changed?

    I am using Firefox 21, Selenium 2.0.0 IDE, and the Selenium user extension Javascript files(ide and non ide from the June 4 smartgwt jar).
    Attached Files

    #2
    The user guide for Selenium is here:
    http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/UsingSelenium.html

    Comment


      #3
      This appears to be a variation of a problem in Selenium IDE itself impacting newer versions of FF, confirmed with FF 21.

      See previous discussion here
      http://forums.smartclient.com/showthread.php?t=26226

      Note that we've confirmed you can generate locators fine in Selenium IDE 2.0.0 using FF 17ESR, so the FF version # appears to be what's driving this failure.

      Comment

      Working...
      X