The information in this topic may be out of date. The current SDK reference guide has moved here.
Clone method
Returns a clone of the configuration object.
Syntax
Applitools.Configuration configval = config.Clone();
Parameters
This method does not take any parameters.Return value
- Type: Applitools.Configuration
- A cloned Configuration object.