Click or drag to resize

TestLoggerLogError Method

Framework to automate tests using Selenium WebDriver
Logs the error.

Namespace: OcarambaLite.Logger
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
public void LogError(
	Exception e
)
Request Example

Parameters

e  Exception
The e.
See Also