ClassLaunchApplicationDescriptor
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.DesktopAutomation.Descriptors.Actions
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class LaunchApplicationDescriptor : DesktopActionDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorDesktopActionDescriptorBaseLaunchApplicationDescriptor
Implements:
Inherited Members
Constructors
LaunchApplicationDescriptor()
Declaration
public LaunchApplicationDescriptor()
Properties
ApplicationArgs
Declaration
[DataMember]
[DataDriven]
public string ApplicationArgs { get; set; }
Property Value
ApplicationPath
Declaration
[DataMember]
[DataDriven]
public string ApplicationPath { get; set; }
Property Value
ApplicationWorkingFolder
Declaration
[DataMember]
[DataDriven]
public string ApplicationWorkingFolder { get; set; }
Property Value
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
IsSearchByImageApllicable
True if the image search option for the element is applicable for the descriptor.
Declaration
public override bool IsSearchByImageApllicable { get; }
Property Value
Overrides
PrimaryTarget
Declaration
[Browsable(false)]
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
Overrides
RunsAgainst
Declaration
[Browsable(false)]
public BrowserConstraints RunsAgainst { get; set; }
Property Value
RunsAgainstVersion
Declaration
[Browsable(false)]
public string RunsAgainstVersion { get; set; }
Property Value
RunsAgainstVersionCompare
Declaration
[Browsable(false)]
public NumberCompareType RunsAgainstVersionCompare { get; set; }
Property Value
SecondaryTarget
Declaration
[Browsable(false)]
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
Overrides
SupportsConvertToCode
Whether the descriptor supports convert to code or not.
Declaration
public override bool SupportsConvertToCode { get; }
Property Value
Overrides
UseStepWaitOnElementsTimout
Declaration
[Browsable(false)]
public override bool UseStepWaitOnElementsTimout { get; set; }
Property Value
Overrides
WaitForExit
Declaration
[DataMember]
public bool WaitForExit { get; set; }
Property Value
WaitForExitTimeout
Declaration
[DataMember]
public int WaitForExitTimeout { get; set; }
Property Value
WaitOnElements
Declaration
[Browsable(false)]
public override bool WaitOnElements { get; set; }
Property Value
Overrides
WaitOnElementsTimeout
Declaration
[Browsable(false)]
public override int WaitOnElementsTimeout { get; set; }
Property Value
Overrides
Methods
Execute(IAutomationHost)
Abstract method implemented by action descriptors
Declaration
public override void Execute(IAutomationHost autoHost)
Parameters
autoHost
Overrides