0

I have to download file from website after selecting multiple option on the website.

I have three checkboxes each is having same name. I could select one box by using name and value like this.

urllib.urlencode({'contentPartnerIds':'67'}) 

I need to select another checkbox in the same group like this.

urllib.urlencode({'contentPartnerIds':'67','contentPartnerIds':'68'})

but this is not working. Could you please help on this?

1
  • 1
    Please specify "is not working". Commented Jul 19, 2012 at 13:26

1 Answer 1

1

Take a look at mechanize it's great when you need to do things with forms on page and is very simple.

http://wwwsearch.sourceforge.net/mechanize/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.