Well i need a help for detecting a iframe in webpage (c# form) and simulate a click inside anywhere in the iframe. I tried this code to get iframe with the id inside the iframe but no idea to completete it fully.
var frame = webBrowser1.Document.Window.Frames["iframeid"];
I looked at many topics and i couldn't preciously get a exact ouput i want maybe also because iam new newbie in this thing so please guys help and it would be great appreciated.
Thanks in advance.