Skip to main content

brofser - short description

Project description

Usage:

from brofser import Browser
b = Browser('Firefox')
b.get('http://www.example.com')
assert b.title == 'Example'
b['#q'] = 'word'
b('#cse-search-box input[name=sa]').click()
b.close()

Installing from PyPI

This is what you want if you just want to use brofser:

pip install brofser

As a source package

This is what you want if you are developing brofser or want to make local changes to the source code.

pip install -e <path>

See docs/ folder for documentation.

Project details


Download files

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

Source Distribution

brofser-0.0.1.zip (4.7 kB view hashes)

Uploaded Source

Built Distribution

brofser-0.0.1-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

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