API Reference driver8 v0.1.4
Modules
This module minimizes the amount of work one needs to do to create a WebDriver extension. Typical usecase would look something like this
Plug that takes care of all endpoints related to wire protocol. All handling logic is delegated to a GenServer
process registered under the name Driver8
.
An addition to Driver8.Plug
that handles session routes. Typically you will not use this module directly.
This module covers values and structures from the webdriver spec.