I'm trying to perform this jquery action in my C# application : $('.icon-radiobutton').click() I tried the following : WebBrowser1.Document.GetElementsByName('.icon-radiobutton').
Solution 1:
Write a javascript function to do it and call that using your webBrowser component
Post a Comment for "How To Use Jquery With The C# Webbrowser Control"