I want to click on a tag with C#.
I use element.InvokeMember("click")
but it doesn't make a click. When button is with tags <input type="button">
than InvokeMember("click")
is working, but with <button>
tag, click doesn't work. Can anyone help me?
Related forum, which had no solution.