Top "Mechanize" questions

A library for automated web browsing originally developed for Perl, there are now also Python and Ruby implementations.

Using Python and Mechanize to submit form data and authenticate

I want to submit login to the website Reddit.com, navigate to a particular area of the page, and submit …

python networking screen-scraping mechanize
mechanize python click a button

I have a form with <input type="button" name="submit" /> button and would like to be able to …

python button mechanize
Python Mechanize select a form with no name

I am attempting to have mechanize select a form from a page, but the form in question has no "name" …

python html forms mechanize
What should I do if socket.setdefaulttimeout() is not working?

I'm writing a script(multi-threaded) to retrieve contents from a website, and the site's not very stable so every now …

python http urllib2 mechanize urllib
BeautifulSoup HTML table parsing

I am trying to parse information (html tables) from this site: http://www.511virginia.org/RoadConditions.aspx?j=All&…

python beautifulsoup html-table html-parsing mechanize
Using Mechanize (Python) to fill form

I want to fill the form on this page using python mechanize and then record the response. How should I …

python forms python-2.7 web-scraping mechanize
Clicking a button with Ruby Mechanize

I have a particularly difficult form that I am trying to click the search button and can't seem to do …

ruby mechanize
Are there any alternatives to Mechanize in Python?

I'm using Python 3.6 while I have to fill in a form. Unfortunately, mechanize doesn't work on Python 3. What do you …

python mechanize
How do you select choices in a form using Python?

I'd like to know how to select options in a form that is formatted like <td align="left"> &…

python mechanize
Python's mechanize proxy support

I have a question about python mechanize's proxy support. I'm making some web client script, and I would like to …

python mechanize