Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 `