WebDriver.BrowserSup

The WebDriver.BrowserSup is a supervisor responsible for overseeing the running of browser instances and their associated session supervisors.

If a browser crashes for any reason this will restart the browser and the sessions that connect to it. Of course those sessions will have lost their state.

Source

Summary

init(config)

Callback implementation of :supervisor.init/1

start_link(config)

Starts up a browser. The browser is then responsible for starting a session supervisor attached to this supervisor

Functions

init(config)

Callback implementation of :supervisor.init/1.

Source
start_link(config)

Starts up a browser. The browser is then responsible for starting a session supervisor attached to this supervisor.

Source