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.
Release files for brofser 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| brofser-0.0.1.zip | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| brofser-0.0.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 8.2 kB
Release files / brofser-0.0.1.zip
| Download URL | brofser-0.0.1.zip |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
29d3bfca4c7327731c099289a3d5555b4924ee738c7fb4e3b17d408c42ac7867
|
|
BLAKE2b-256 checksum How to use checksums |
345d316fad1eb86ee7f65f987bd3a479fd33b6ecf9ebb0d47f24dc261e826c77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / brofser-0.0.1-py2.py3-none-any.whl
| Download URL | brofser-0.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9ebedc94460b13ed2d48e14638c03b43bbbb7557a2171cabbd3859f8a52f06ec
|
|
BLAKE2b-256 checksum How to use checksums |
8fb954867899eb5cc27856a8ca682e5c3951abf660f7e4800955daddbf076558
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |