Hi,
The XPath generated for the header seciton of a standard table
UiElement is of the form:
.../descendant-or-self::table/thead/tr/td[1]/descendant-or-self::*, ]
I think the td element should actually be a th element if it is to
match a standard HTML <thead> definition.
My Ui definition is:
StandardTable(uid:"table", clocator:[:])
{
TextBox(uid: "header: all",clocator: [:])
...
}
Is there anyway to alter this behaviour as a workaround?
Thanks
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.