| FilesHelperGetFolder Method |
Framework to automate tests using Selenium WebDriver
Gets the folder from app.config as value of given key.
Namespace: Ocaramba.HelpersAssembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax 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:
FilesHelper.GetFolder(BaseConfiguration.DownloadFolder, this.CurrentDirectory);
See Also