Hi,
Below is what I am doing -
Below is what I am doing -
Code:
private void Example()
{
try
{
HtmlDocument htmlDocument=webBrowser1.Document;
HtmlElement newApplication=htmlDocument.GetElementById("menu:StartupPage_NewApplication_NewApplication_Consumer");
//On below line it is throwing exception
newApplication.InvokeMember("Click");
}
Comment