Is it possible in VB.NET GeckoFX to use GetelementByID
? I made a few attempts with the code using google.com:
geckowebbrowser1.document.getelementbyid("lst-ib").setattribute("value", "teste")
but it is returning me: "Object reference not set to an instance of an object." Gecko.GeckoDomDocument.GetelementByID (...) returned Nothing
I've been searching for a few days and have not found it.