BrowserLaunchSettingsFactory

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.Classes.BrowserLaunchSettingsFactory
Kind: abstract


Browser launch settings factory. Creates a specific settings object according to the browser type.

Methods

Create

Method

BrowserLaunchSettings Create(BrowserType browserType)

Creates a specific settings object according to the browser type.

Parameters

TypeNameDescription
BrowserTypebrowserTypeThe required type of browser to launch.

Returns: Browser launch settings object.