Use something like : HtmlElementCollection elements = WebBrowser.Document.All; foreach(HtmlElement element in elements) { if(element.GetAttributes("name")==NAME_HERE) { element.SetAttributes("value", TEXT_HERE); } }
@Marfprojects9 жыл бұрын
Awesome project now i flooded a fishing site :D
@mustafabakkal85518 жыл бұрын
if website has a javascipt how open popup site ans loging ?
@dungbui13413 жыл бұрын
nice browser
@twizted78614 жыл бұрын
Fyi, on your video, you set the wrong textbox for user and password. Should be flipped.