Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ldaume/headless-chrome
- Owner: ldaume
- License: mit
- Created: 2017-04-16T18:53:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T22:31:35.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T15:54:40.992Z (4 months ago)
- Topics: chrome, chromedriver, headless-chrome, maven, sbt, selenium, selenium-java, selenium-webdriver
- Language: Java
- Homepage:
- Size: 45.1 MB
- Stars: 37
- Watchers: 10
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```xmlsoftware.reinvent
headless-chrome
x.y.z