View Single Post
  #5 (permalink)  
Old 06-10-2008, 03:22 PM
timz timz is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
Default

First my apology for the late reply to the assistance provided -- I have been away from the office.

Thanks to Phil and to forum support for their replies.

The first thing to report is that AA Web Recorder is now capturing the input I previously had indicated was not being captured. If I hadn't tried it repeatedly before without success I would concede that somehow it may have been user error, bit I don't believe that to be the case. The only thing which seems likely is the page itself has been updated.

Nevertheless, I followed the support suggestion (with slight alteration) and was able to discern which button in the radio group was actually checked.

Here is what worked:
// For each button
Extract data from Control type : Radio Button, Webpage : to $Prompt-Assignment$
If $Prompt-Assignment$ Equal To "Checked" Then
Variable Operation : Alpha To $Criteria$
End If

I deleted the line: Variable Operation : "" To $Prompt-Assignment$ and changed the 'Includes "Checked"' to 'Equal To "Checked"'. This was necessary as the values returned were "Checked" and "Unchecked" so both values returned TRUE when "Includes" is used.
Reply With Quote