complexity of finding UI elements with TreeWalker or FindFirst/FindAll in HTML
Hi,
I was amazed to see that it takes plenty of time (~100-200ms) to for GetNextSibling (of TreeWalker) in HTML,so if i am going through 400 siblings it takes forever.
it is also happens if i use element.FindAll.
Does anyone know what can i do to avoid this.
Thanks in advance

