i am building a crawler and i am using Mechanize. I wish to click on a radio button. How do i do that ?
Like for example there are two radio buttons say 'A' and 'B'. The website automatically selects B, but i want 'A' using Mechanize in ruby. I am also using the latest version on Mechanize.