WinAppDriver icon indicating copy to clipboard operation
WinAppDriver copied to clipboard

get attribute "Table.ColumnHeaders" for a table is not working

Open maielgendy opened this issue 1 year ago • 3 comments

I'm trying to get the header names of a specific table by using "ele.getAttribute("Table.ColumnHeaders") but I got " A collection of MS.Internal.Mita.Foundation.UIObject instances in the set defined as A retrying Navigator around 'A list of items provided by an IEnumerable implementation matching Condition: 'True'.'.."; although the attribute appears in inspect.exe as it has values

maielgendy avatar May 30 '23 10:05 maielgendy

Can you share what is shown in inspect.exe?

anunay1 avatar Jun 08 '23 17:06 anunay1

@anunay1 > Hi , you can find it below

image

maielgendy avatar Jun 13 '23 09:06 maielgendy

"ele.getAttribute("TableColumnHeaders")" can you try with this?

anunay1 avatar Jun 13 '23 14:06 anunay1