ClassCaptureWindowSnapshotDescriptor
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 CaptureWindowSnapshotDescriptor : ActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorCaptureWindowSnapshotDescriptor
Implements:
Inherited Members
Constructors
CaptureWindowSnapshotDescriptor()
Declaration
public CaptureWindowSnapshotDescriptor()
CaptureWindowSnapshotDescriptor(CaptureDesktopWindowType)
Declaration
public CaptureWindowSnapshotDescriptor(CaptureDesktopWindowType type)
Parameters
type
Properties
CaptureType
Gets the capture type
Declaration
[DataMember(Name = "CaptureType")]
[PrimaryProperty]
public CaptureDesktopWindowType CaptureType { get; set; }
Property Value
DontUseDomState
Flag to indicate whether descriptor uses a DOM state
Declaration
public override bool DontUseDomState { get; }
Property Value
Overrides
FileNamePrefix
Declaration
[DataMember(Name = "FileNamePrefix")]
[PrimaryProperty]
public string FileNamePrefix { 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
SearchByImageFirst
Declaration
[Browsable(false)]
public override SearchElementOrderType SearchByImageFirst { get; set; }
Property Value
Overrides
SupportsConvertToCode
Whether the descriptor supports convert to code or not.
Declaration
[Browsable(false)]
public override bool SupportsConvertToCode { get; }
Property Value
Overrides
TechnologyType
Gets the technology that this step runs against
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
UseStepWaitOnElementsTimout
Declaration
[Browsable(false)]
public override bool UseStepWaitOnElementsTimout { get; }
Property Value
Overrides
WaitOnElements
Declaration
[Browsable(false)]
public override bool WaitOnElements { get; }
Property Value
Overrides
WaitOnElementsTimeout
Declaration
[Browsable(false)]
public override int WaitOnElementsTimeout { get; }
Property Value
Overrides
Methods
Execute(IAutomationHost)
Abstract method implemented by action descriptors
Declaration
public override void Execute(IAutomationHost automationHost)
Parameters
automationHost
Overrides