Python and mechanize - seeing the options in a select field?

I think what you want to do is to print br. Form This prints out ONLY the options in the form. Also, if anything in the form is a dropdown, then the options for that dropdown should also show up.

I think what you want to do is to print br.form. This prints out ONLY the options in the form. Also, if anything in the form is a dropdown, then the options for that dropdown should also show up.

You could then use BeautifulSoup to parse the options. Hope this helps.

I'll give BeautifulSoup a shot, thanks – JPC Jan 27 at 22:08.

Using br. Possible_items("someid") gives you the list of options.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions