Skip to main content

webbrowserdownloader is a wrapper for selenium browser

Project description

# Instalatiom `sh pip install webbrowserdownloader ` # Downloader ### Basic functional `python from webbrowserdownloader import Browser browser = Browser() page_content = browser.get_page('https://www.google.com/') len(page_content) ` ### Proxies usage `python from webbrowserdownloader import Browser browser = Browser(proxy_string='157.152.145.103:3128') page_content = browser.get_page('https://www.google.com/') `` # License MIT

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

webbrowserdownloader-0.1.tar.gz (16.8 MB view hashes)

Uploaded Source

Built Distribution

webbrowserdownloader-0.1-py3-none-any.whl (5.3 kB view hashes)

Uploaded 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