Purpose:
To convert the following code from Selenium IDE to RC in C#.
<tr>
<td>storeEval</td>
<td>alert("Please Enter the Verification code");</td>
<td></td>
</tr>
To set pause for enter Captcha value. in a loop. its working fine in IDE.
Tried with the converted code it shows as the following but VS08 shows Synax error.
String = selenium.GetEval("alert(\"Please Enter the Verification code\");");