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.
Summary
init(config) | Callback implementation of |
start_link(config) | Starts up a browser. The browser is then responsible for starting a session supervisor attached to this supervisor |