FlexSettingsInstallFlashInjectorAtTestStart Property |
Gets or sets whether the Flash and Flex testing module is automatically installed into Flash Player when a test run starts.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public bool InstallFlashInjectorAtTestStart { get; set; }
Public Property InstallFlashInjectorAtTestStart As Boolean
Get
Set
Dim instance As FlexSettings
Dim value As Boolean
value = instance.InstallFlashInjectorAtTestStart
instance.InstallFlashInjectorAtTestStart = value
public:
property bool InstallFlashInjectorAtTestStart {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also