WebKit WebBrowser help !
Posted: Sun Jan 09, 2011 9:15 pm
I need help with this :/ How do i get htmlelementcollection from webkitbrowser.document !
I tried using the same code from web browser :
"Value of type "WebKit.DOM.NodeList" can not be converted to "System.Windows.Forms.HtmlElementCollection"."
Any help on how can i get the HtmlElementCollection ?
I tried using the same code from web browser :
Code: Select all
But if i try
Dim TheElementCollection1 As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("TAG")
Code: Select all
it says :Dim TheElementCollection1 As HtmlElementCollection = WebKitBrowser.Document.GetElementsByTagName("TAG")
"Value of type "WebKit.DOM.NodeList" can not be converted to "System.Windows.Forms.HtmlElementCollection"."
Any help on how can i get the HtmlElementCollection ?