# Rover v0.1.0 - Table of Contents

Drive the Servo web engine from Elixir. One OS process per browser, with per-instance proxy config, cookies, JS evaluation, and input automation.

## Pages

- [Rover](readme.md)
- [Changelog](changelog.md)

## Modules

- [Rover](Rover.md): Drive the [Servo](https://servo.org) web engine from Elixir.
- [Rover.Browser](Rover.Browser.md): A long-lived browser session.
- [Rover.Result](Rover.Result.md): Result of a `Rover.fetch/2` call.

- Exceptions
  - [Rover.Error](Rover.Error.md): Structured error returned by `Rover` functions.

## Mix Tasks

- [mix rover.runtime.download](Mix.Tasks.Rover.Runtime.Download.md): Download the released `rover_runtime` tarballs for the current `@version` and
write their sha256 checksums to `checksum-rover_runtime.exs`.

