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
Syntaxpublic LocalDriver(
	int port = 2377
)
Public Sub New ( 
	Optional port As Integer = 2377
)
Dim port As Integer
Dim instance As New LocalDriver(port)
public:
LocalDriver(
	int port = 2377
)
Parameters
- port (Optional)
- Type: SystemInt32
 The port number.
 See Also
See Also