Announcement

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

    How do I get a list of the headings on a table?

    Using SmartGWT 2.2 (with Selenium 2.0a7's Webdriver API), how do I get a list of the headers on a ListGrid?

    Is //ListGrid[ID="tableName"]/header the right SC Locator?

    Once I've got the DOM element with the locator I can get the canvas (via AutoTest.locateCanvasFromDOMElement()) but I can't find a method which gives me a list of headings. In fact, there doesn't seem to be a "Header" object at all.

    What am I missing?

    Cheers, Robert.

    #2
    Bumpity-bump-bump?

    Comment

    Working...
    X