在文本区域中填写<;noscripts>;使用python mechanize的标记

在文本区域中填写<;noscripts>;使用python mechanize的标记,python,textarea,screen-scraping,mechanize,Python,Textarea,Screen Scraping,Mechanize,我在从标记中机械化注册文本区域字段时遇到问题 示例URL: 代码: 输出: <POST http://www.gegononta.gr/register.php application/x-www-form-urlencoded <TextControl(reg_username=)> <IgnoreControl(reg-checkbutton1=<None>)> <TextControl(reg_email=)> <IgnoreCo

我在从标记中机械化注册文本区域字段时遇到问题

示例URL:

代码:

输出:

<POST http://www.gegononta.gr/register.php application/x-www-form-urlencoded
<TextControl(reg_username=)>
<IgnoreControl(reg-checkbutton1=<None>)>
<TextControl(reg_email=)>
<IgnoreControl(reg-checkbutton2=<None>)>
<PasswordControl(reg_password=)>
<PasswordControl(reg_password2=)>
<HiddenControl(recaptcha_response_field=manual_challenge)>
<SubmitControl(submit=Create user)>
<HiddenControl(regfrom=full)>>

如何填写以下字段

<textarea cols="40" rows="3" name="recaptcha_challenge_field"></textarea>



实际上不是mechanize可以填写的字段。

但原因是什么?我认为它与其他的没有什么不同,只是在noscript标记中。既然mechanize不使用JS,它应该可以工作,对吗?
<textarea cols="40" rows="3" name="recaptcha_challenge_field"></textarea>
<textarea cols="40" rows="3" name="recaptcha_challenge_field"></textarea>