RusKnyaz / Optimus

Optimus is headless Web Browser fully implemented on .net.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetElemenents* methods should return HTMLCollection

RusKnyaz opened this issue · comments

Currently document.GetElementsByTagName, GetElementsByClassName return Element[]. But return value type should be HTMLCollection. GetElementsOfName should returns NodeList object.

All of them should be a 'live collection' which updated on document change.