Announcement

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

    Setting ID's for Smart Gwt Widgets.

    Hi Isomorphic,

    We are using smargwt 2.5 and IE 8

    Is there a way to programatically set the ID's to the smart Gwt widgets?

    By default, the Id's are dyanamically generated when the code is translated to javascript. We are planning to do an automated testing for our project and its not possible to identify the widgets as every time the code is tanslated to javascript the value for the ID's change.

    Inputs would be greatly appreciated.

    Thanks,
    Sunil

    #2
    Do not try to use DOM IDs or DOM information to identify SmartGWT components. See the "selenium" directory in your SDK for the correct approach and tool support.

    Comment

    Working...
    X