Click or drag to resize

FilesHelperGetFolder Method

Framework to automate tests using Selenium WebDriver
Gets the folder from app.config as value of given key.

Namespace: Ocaramba.Helpers
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public static string GetFolder(
	string appConfigValue,
	string currentFolder
)
Request Example

Parameters

appConfigValue  String
The application configuration value.
currentFolder  String
Directory where assembly files are located.

Return Value

String
The path to folder.
Example
How to use it:
C#
FilesHelper.GetFolder(BaseConfiguration.DownloadFolder, this.CurrentDirectory);
See Also