 | 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: 4.2.2
Syntaxpublic 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.
ExampleHow to use it:
FilesHelper.GetFolder(BaseConfiguration.DownloadFolder, this.CurrentDirectory);
See Also