Click or drag to resize

BaseConfiguration.GetUrlValue Property

Framework to automate tests using Selenium WebDriver
Gets the URL value 'Protocol://HostURL'.

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.4
Syntax
C#
public static string GetUrlValue { get; }
Request Example

Property Value

String
Example
How to use it:
C#
var url = BaseConfiguration.GetUrlValue;
See Also