I am trying to get all the innertext from a list of "li"-elements. It seems I am hitting something, there are 19 elements in the variable has
, but I don't know how to pick out the actual innertext values:
string xpath = "//h1[@title='UL']//li";
IElementHandle[] has = await ((IPage)pageTabel).XPathAsync(xp);
IJSHandle ha = has[0].GetPropertiesAsync("value");