I am making a bot (for genomic research purpose) which will visit the particular website and insert some inputs on webpage.
I am using Webkit.Net WebBrowser control and I cant see any way to click a button programmatically because there is no method like InvokeMember. Is there any way to implement a click on a button?
Note: I have searched this question on stackoverflow and found some technique but I think it cant be done here as Link of searched solution information is not passed through querystring etc in my case.