Top "Mechanize" questions

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

Python mechanize, following link by url and what is the nr parameter?

I'm sorry to have to ask something like this but python's mechanize documentation seems to really be lacking and I …

python mechanize
mechanize select form using id

I am working on mechanize with python. <form action="/monthly-reports" accept-charset="UTF-8" method="post" id="sblock"> The form …

python forms mechanize
Error - urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol

My aim is to extract the html from all the links in the first page after entering the google search …

python proxy mechanize urllib2
Which is best in Python: urllib2, PycURL or mechanize?

Ok so I need to download some web pages using Python and did a quick investigation of my options. Included …

python urllib2 mechanize pycurl
How to login to a website with python and mechanize

i'm trying to log in to the website http://www.magickartenmarkt.de and do some analyzing in the member-area (https://…

python cookies login mechanize webautomation
Python mechanize - two buttons of type 'submit'

I have a mechanize script written in python that fills out a web form and is supposed to click on …

python mechanize
How do I parse an HTML table with Nokogiri?

I installed Ruby and Mechanize. It seems to me that it is posible in Nokogiri to do what I want …

html ruby nokogiri mechanize html-table
Mechanize and Javascript

I want to use Mechanize to simulate browsing to a web page with active JavaScript, including DOM Events and AJAX, …

javascript python browser mechanize
I get an error in python3 when importing mechanize

I get an error in python3 when importing mechanize. I've just installed mechanize into my virtualenv where python3 is installed. $ …

python python-3.x mechanize
CertificateError: hostname doesn't match

I'm using a proxy (behind corporate firewall), to login to an https domain. The SSL handshake doesn't seem to be …

python ssl mechanize mechanize-python