iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

How to click on a link using Webkit Browser #207

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
helpme ?

Original comment by bloger...@gmail.com on 4 Sep 2014 at 12:28