ControlNotFoundError (ASP, Mechanize, Javascript, Python)
问题 I am receiving following response from the server ctrlDateTime%24txtSpecifyFromDate=05%2F02%2F2015& ctrlDateTime%24rgApplicable=rdoApplicableFor& ctrlDateTime%24txtSpecifyToDate=05%2F02%2F2015& I am trying with br["ctrlDateTime%24txtSpecifyFromDate"]="05%2F02%2F2015"; br["ctrlDateTime%24rgApplicable"]="rdoApplicableFor"; br["ctrlDateTime%24txtSpecifyToDate"]="05%2F02%2F2015"; How can I fix ControlnotfoundError? Here is my code: Any idea how to solve it? import mechanize import re br =