Open GoogleCodeExporter opened 8 years ago
foreach (HtmlElement btn in webBrowser1.Document.GetElementsByTagName("input")) { if (btn.GetAttribute("ClassName") == "lfSubmit") { btn.InvokeMember("click"); } }
Original issue reported on code.google.com by bloger...@gmail.com on 3 Sep 2014 at 7:32
bloger...@gmail.com
helpme ?
Original comment by bloger...@gmail.com on 4 Sep 2014 at 12:28
Original issue reported on code.google.com by
bloger...@gmail.com
on 3 Sep 2014 at 7:32