My old WinForm application used HtmlElementCollection to process a page
HtmlDocument doc = Browser.Document;
HtmlElementCollection elems = doc.GetElementsByTagName("table");
HtmlElement a = elems[0];
int[] Hucrn = new int[] { 0, 1, 2, 3, 4, 5, 6, };
HtmlElementCollection satirlar = a.GetElementsByTagName("tr");
ı want to use webview2. But I am not getting htmlelementcollection.
Does anyone know of a way to do this?