Announcement

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

    ensureDebugID

    I am trying to develop a test harness using Selenium on Smart GWT app and I see the id's not unique for all the hits.

    I saw the method ensureDebugID which can keep the id's constant throug out the scope of application.

    Unfortunately this seems to be not working in smart gwt app. I also include the line

    <inherits name="com.google.gwt.user.Debug"/>

    in gwt xml file. Do i miss anything. Is this going to work ?. This is very important for me as I need to deal with more than 500 test cases for my application.

    #2
    Please do not cross post.

    You don't need to use ensureDebugID. Just make sure you call setID(..) on your widgets / canvas object and use the scLocator string obtained by Selenium IDE after you setup the user-extensions. Did you read the Selenium readme file in the Smart GWT distribution?

    Comment

    Working...
    X