A bot to control web browser actions
Project description
AutoBr: Auto Browser
A bot to control web browser actions
Installation
pip install autobr
Download ChromeDriver Chromium or GoogleAPIs according to your computer's Chrome version.
Example
from autobr.bot import *
if __name__ == "__main__":
bot = Bot(chromedriver_path='browsers/chromedriver.exe')
bot.start()
bot.open("https://pypi.org/")
html=bot.get_html_str()
print(html)
bot.close()
License
The AutoBr
project is provided by Donghua Chen.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autobr-0.0.4a4.tar.gz
(27.5 kB
view details)
Built Distribution
autobr-0.0.4a4-py3-none-any.whl
(33.4 kB
view details)
File details
Details for the file autobr-0.0.4a4.tar.gz
.
File metadata
- Download URL: autobr-0.0.4a4.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a3a778dcc7bb29a7c93e1ca56468b37326a6a46ee2e6552e6796a0b33ef4aa8 |
|
MD5 | 5f73978b5133b5a1b747d5dc6be92695 |
|
BLAKE2b-256 | ee0181c15f1e9edfdb0238f86638064ee63cc51265137e3c9bbe3fc0173e7381 |
File details
Details for the file autobr-0.0.4a4-py3-none-any.whl
.
File metadata
- Download URL: autobr-0.0.4a4-py3-none-any.whl
- Upload date:
- Size: 33.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef683273b8408aa92861a51a971613d74b08be3c2484e150a5d99777127a41ed |
|
MD5 | c53d25be36937356e0ff43bc94ec1aed |
|
BLAKE2b-256 | 07d091a7fe697e2362cbdeab97faeab1508cebdb1f235b94c68a409c83cd47ef |