Class TestingDriverBuilder
Builds a new selenium Driver based on the given variables.
Inheritance
System.Object
TestingDriverBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TestingDriver
Assembly: TestingDriver.dll
Syntax
public class TestingDriverBuilder
Constructors
| Improve this Doc View SourceTestingDriverBuilder(ITestingDriver.TestingDriverType, Object[])
Initializes a new instance of the TestingDriverBuilder class. Testing Driver builder object.
Declaration
public TestingDriverBuilder(ITestingDriver.TestingDriverType type, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
ITestingDriver.TestingDriverType | type | What type of driver to use. |
System.Object[] | args | arguments to be passed in. |
Methods
| Improve this Doc View SourceBuild()
Builds a new test automation driver.
Declaration
public ITestingDriver Build()
Returns
Type | Description |
---|---|
ITestingDriver | A New Testing Driver with the given parameters. |