I have a container object which has headers and columns underneath. It's xpath is:
- Code: Select all
/form[@controlname='MainForm']/element/form[@controlname='SIMMaint']/container[@controlname='tabSIM']/element/container[@caption='' and @controltypename='UltraTabPageControl' and @instance='0']/container/container[@controlname='sprFees']
It looks like this:
How would I go about retrieving the column headers (Base, Base-Facility) from this object?
Thanks,
Jason