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.
Summary
init(state) | Callback implementation of |
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 |