Selenium - 在提示中显示验证码图像

时间:2013-09-30 11:28:27

标签: selenium captcha

我正在使用Selenium自动测试大型Web表单,一切运行良好,我设法显示一个提示框,提示测试人员进入验证码......

<tr>
    <td>storeEval</td>
    <td>prompt(&quot;Please enter captcha&quot;)</td>
    <td>captcha</td>
</tr>
<tr>
    <td>type</td>
    <td>id=captcha_answer</td>
    <td>${captcha}</td>
</tr>

这可行,但我正在寻找一种在此提示框中显示实际验证码图像的方法。我将生成的图像作为URL,有没有办法做到这一点?

0 个答案:

没有答案