Click or drag to resize

LocalDriver Constructor

Initializes a new instance of the LocalDriver class using the specified port number.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public LocalDriver(
	int port = 2377
)

Parameters

port (Optional)
Type: SystemInt32
The port number.
See Also