I am using document_completed event to check if the document finished loading. I am using the following code:
nsISupports thisPointer = (nsISupports)geckoWebBrowser1.Window.DomWindow;
string script = @"
function send(){...
1. We can simply use this for Default web browser. But how can i do the same thing in Gecko ?
WebBrowser1.Document.All.Item("ID name").InnerText = "Any String"
I have Tried this
GeckoWebBrowser1.Document.GetElementsByName("ID name")(0).SetAttribute("ID name","value")
But it's useless.
2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.