Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ldaume/headless-chrome

Implementation of the new headless chrome with chromedriver and selenium.
https://github.com/ldaume/headless-chrome

chrome chromedriver headless-chrome maven sbt selenium selenium-java selenium-webdriver

Last synced: 3 months ago
JSON representation

Implementation of the new headless chrome with chromedriver and selenium.

Awesome Lists containing this project

README

        

| Build Status | Dependencies UpToDate | Latest Version | License |
|:------------:|:---------------------:|:--------------:|:-------:|
| [![Build Status](https://ci.reinvent-software.de/buildStatus/icon?job=Headless-Chrome-Build)](https://ci.reinvent-software.de/job/Headless-Chrome-Build) | [![Dependencies UpToDate](https://ci.reinvent-software.de/buildStatus/icon?job=Headless-Chrome-DependencyCheck)](https://ci.reinvent-software.de/job/Headless-Chrome-DependencyCheck) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/software.reinvent/headless-chrome/badge.svg)](https://maven-badges.herokuapp.com/maven-central/software.reinvent/headless-chrome) | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |

Headless Chrome
==========

- [Abstract](#abstract)
- [Usage](#usage)
- [Repo](#repo)
- [SBT](#sbt)
- [Maven](#maven)
- [Guice Binding](#guice-binding)
- [Config](#config)
- [Chrome](#chrome)
- [ChromeDriver](#chromedriver)

# Abstract

Google Chrome version 59+ contains a real headless mode with no need of any display like xvfb or vnc.

# Usage

## Repo
Just add the following [maven central](https://mvnrepository.com/artifact/software.reinvent/headless-chrome) dependency.

### SBT
Add dependency to `build.sbt`.
```bash
libraryDependencies += "software.reinvent" % "headless-chrome" % "x.y.z"
```

### Maven
```xml

software.reinvent
headless-chrome
x.y.z