0
votes
votes
0 answers
[C#] {WebControl} Radiobutton click by information in sourcecode
Here is my problem: First i used this code: [code]this.wb2.Document.All["id"].InvokeMember("click");[/code] But that just click the first radiobutton with id as name Then i thought: (idea) why can't i pick after ...
