Click or drag to resize

WaitTimeoutException(String) Constructor

Framework to automate tests using Selenium WebDriver
Initializes a new instance of the WaitTimeoutException class.

Namespace: Ocaramba.Exceptions
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
public WaitTimeoutException(
	string message
)
Request Example

Parameters

message  String
The message that describes the error.
See Also