Skip to main content

UNKNOWN

Project description

Introduction

lxmlmechanize is an efficient, i18n-aware, simple, lxml-based HTTP user-agent.

Synopsis

from lxmlmechanize import default_keychain, Mechanize
from lxmlmechanize.urllib2ext import Credentials

m = Mechanize()

# set credentials for authentication
default_keychain.add(Credentials('http://localhost:12345/', realm=None, user='test', password='testtest'))

# navigate to the page
m.navigate('http://localhost:12345/')

# populate the form fields
form = m.page.root.xpath('body//form[@id="test"]')[0]
form.xpath('input[@name="user"]')[0].set('value', 'user')
form.xpath('input[@name="password"]')[0].set('value', 'password')

# submit the form
m.submit_form(form)

Contributors

Changelog

0.0.0

  • Initial

0.0.1

  • Store the headers and HTTP status of the last request to Mechanize object as headers and status respectively.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lxmlmechanize-0.0.1.tar.gz (13.4 kB view details)

Uploaded Source

File details

Details for the file lxmlmechanize-0.0.1.tar.gz.

File metadata

File hashes

Hashes for lxmlmechanize-0.0.1.tar.gz
Algorithm Hash digest
SHA256 00b734eb1e7e728b44619f57894f610140ef62cea7c6e2580bfaa0d29f928a11
MD5 35f4e667c7e156cbd2dbc717d758e8ca
BLAKE2b-256 2dfcf0ddb5c3fd671b1aabb889aae1297ddd1ec6e8de5aac843abe1237bc7f83

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page