C# Class CodedUITestProject.BrowserFactory

Class to manage browser to run tests against.
Show file Open project: megadotnet/ironframework

Public Methods

Method Description
GetBrowserExePath ( Browser browser ) : string

Resolving a browser exe path based on the Setting.

Method Details

GetBrowserExePath() public static method

Resolving a browser exe path based on the Setting.
public static GetBrowserExePath ( Browser browser ) : string
browser Browser type.
return string