# Packages

Package external works with an externally started WebDriver server located at EXTERNAL_WEBDRIVER_SERVER_ADDRESS.
Package local provides a basic environment for web tests locally.
Package sauce provides a simple environment for accessing a SauceLabs browser.

# Functions

NewBase creates a new Base environment with the given component name.

# Structs

Base is a partial implementation of Env useful as the base struct for implementations of Env.

# Interfaces

Env allows web_test environments to be started for controlling a browser using Selenium WebDriver.