Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassiobotaro/headless_selenium
:jack_o_lantern: An example of how to runs Chrome and Firefox headless without third parties.
https://github.com/cassiobotaro/headless_selenium
headless-browsers headless-chrome headless-firefox selenium
Last synced: 3 months ago
JSON representation
:jack_o_lantern: An example of how to runs Chrome and Firefox headless without third parties.
- Host: GitHub
- URL: https://github.com/cassiobotaro/headless_selenium
- Owner: cassiobotaro
- License: mit
- Created: 2017-10-16T01:19:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:04:52.000Z (over 1 year ago)
- Last Synced: 2024-10-31T20:40:49.443Z (3 months ago)
- Topics: headless-browsers, headless-chrome, headless-firefox, selenium
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Headless Selenium
An example of how to run Chrome and Firefox headless without third parties.## Requirements
* [geckodriver](https://github.com/mozilla/geckodriver/releases)
* [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)
## Install
```bash
$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
```## Run
`python `