chromedriver-launch 0.1.2

A crate for launching a chromedriver process.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![pipeline](https://github.com/d-e-s-o/chromedriver-launch/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/chromedriver-launch/actions/workflows/test.yml)
[![crates.io](https://img.shields.io/crates/v/chromedriver-launch.svg)](https://crates.io/crates/chromedriver-launch)

chromedriver-launch
===================

- [Changelog]CHANGELOG.md

A crate for launching a `chromedriver` instance on a free port and
retrieving said port. The crate is useful in WebDriver contexts, i.e.,
anything that involves controlling a browser remotely.