WebDriver.Supervisor

The root supervisor for the WebDriver application supervision tree. This is responsible for keeping the BrowserSup’s alive.

Each child of this supervisor runs an instance of a Browser and it’s associated sessions.

The functions here should not be called directly by client applications, use those provided in the WebDriver module instead.

Source

Summary

init(state)

Callback implementation of :supervisor.init/1

start_browser(config)

Start a web browser with the specified configuration

start_link(state)
stop_browser(name)

Stop a web browser identified by the given name

Functions

init(state)

Callback implementation of :supervisor.init/1.

Source
start_browser(config)

Start a web browser with the specified configuration.

Source
start_link(state)
Source
stop_browser(name)

Stop a web browser identified by the given name.

Source