Click in a radio button by value

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
contracer
Posts: 7
Joined: Wed Apr 21, 2010 5:56 pm

Click in a radio button by value

Post by contracer » Tue Aug 28, 2012 12:34 pm

Hi,
Which code need I use to click in first radio button in form below ?


<td height="20" bgcolor="#FFBEBD">
<font class="fonte">ADA_BL008_GFALM_ON</font>
<input type="hidden"name="Nome_0" value="ADA_BL008_GFALM_ON"></td>
<td height="20">BACKUP1 </td>
<td height="20"><div ALIGN="CENTER"> </div></td>
<td height="20"><div ALIGN="CENTER">MON-SUN </div></td>
<td height="20"><div ALIGN="CENTER">01:00:00</div></td>




<td bgcolor="#f7f7f7" class=menu onmouseover=move_A(this) onmouseout=move_f(this)><div align="center">
<input type='radio' alt ='Success' value='S' name='radio_0'>
</div></td>
<td bgcolor="#f7f7f7" class=menu onmouseover=move_B(this) onmouseout=move_f(this)><div align="center">
<input type='radio' alt='Executing' value='E' name='radio_0'>
</div></td>
<td bgcolor="#f7f7f7" class=menu onmouseover=move_D(this) onmouseout=move_f(this)><div align="center">
<input type='radio' alt='Fail' value='M' name='radio_0'>
</div></td>

<td bgcolor="#f7f7f7" class=menu onmouseover=move_C(this) onmouseout=move_f(this)><div align="center">
<input type='radio' alt='Fail' value='F' name='radio_0'>
</div></td>
Colibry
Posts: 48
Joined: Sun Sep 25, 2011 6:47 pm
Contact:

Re: Click in a radio button by value

Post by Colibry » Mon Sep 03, 2012 1:27 am

Open imacros, press RECORD and click on that button that you want.
Post Reply