pub async fn launch_driver_base(
webdriver_config: &WebDriverConfig,
config: &Configuration,
) -> Option<WebDriverController>Available on crate feature
webdriver only.Expand description
Launch a WebDriver session with the base configuration.