The following tables list the members exposed by ViewerBaseProxy.
Name | Description | |
---|---|---|
ViewerBaseProxy Constructor |
Name | Description | |
---|---|---|
Enabled | Returns the IsEnabled value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
Focused | Returns the IsFocused value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FullTypeName | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IGStatus | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
logical_name | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) |
Name | Description | |
---|---|---|
ActionWaitTime | By default Null, if the value is Null it will allow the proxy to determine what the default wait time should be, which in most cases is 0, the value represents a wait time in milliseconds after each internal logical action, before preceeding to the next internal logical action. A replay proxy method's internal logical actions are different for each replay proxy method, but they may consist of, as an example parameter validation as one action, entering edit mode as a second, and setting a value as a third. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AnimationMaxWaitTime | By default 5000, the value represents the maximum total time in milliseconds that the proxy will wait for an animation to finish before attempting to interact with it, typically based on interactions with the mouse. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AnimationWaitInterval | By default 125, the value represents the wait time in milliseconds between state checks of an Animation. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AutoScrollIntoView | True by default, if the value is true, will attempt to scroll the control into view prior to attempting to replay every action, if false, it will not automatically attempt to scroll the control into view. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
CompatabilityError | Returns null if no error, otherwise, returns the IGTestError explaining the compatility issue (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
CurrentFocusedElement | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
ErrorMaxReAttempts | By default 40, the value represents the number of times it will attempt to retry a failed logical actions. This is not used in all scenarios, but is used in conjunction with ErrorReAttemptWaitTime, when combined will by default Wait a maximum of 5 seconds. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ErrorReAttemptWaitTime | By default 125, the value represents a wait time in milliseconds, this wait time is not used in all scenarios, but when utilized, it is the wait time after an internal logical action fails, and before it attempt to try the action again. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ErrorRetryAttempts | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
FieldEncapClose | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FieldEncapOpen | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
HardBreakOnAllErrors | True by default, If value is true, it will allow any exception to bubble up to QTP, which in turn by default will stop the script and display a message box with the exception. This can be captured via QTP with the ON ERROR RESUME NEXT (see QTP documentation on that subject), if the value evaluates to false, it will instead report the exception to the HP Run Results, and attempt to continue on. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
IsTACompatible | Returns true if the Version, CLR, and Versioning(Version\Versionless) match, otherwise returns false (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IsVisible | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
KeeplineDurationOverride | By default Null, if the value is Null, it will allow the proxy to determine what the default keep line durantion to be, with a default of 1500ms. If the value is set it will set the default for all actions of the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationDown | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationMostRecent | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationUp | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
OwningWindow | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
PrepMaskOverride | By default Null, if the value is Null, it will allow the proxy to determine what basic validations it will perform prior to starting the action. Otherwise the value overrides the default PrepareMask flagged enumeration for each action. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
PropertyDelimiter | By default char(10), the value represents the delimiter for multiple value in a verification property. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
QueuedAction | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
QueueLive | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordBaseClick | In most scenarios False by default, if the value is true it will attempt to record a ClickOnControl for every Click action. If false, it will limit the recording of ClickOnControl to exceptions defined by the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordClickPercent | False by default, if the value is true, will record any action that would normally record the InfragisticsWPF.Test.Shared.IGRectRegion igAt value, and instead record igPercent. If false, will record igAt as normal. Actions it is likely to affect ClickOnControl, ClickSubItem, etc. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordEncapClose | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordEncapOpen | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordForceFireEvents | By default the value is Null, if Null the behavior defaults to how the individual proxy bests decides to handle the scenario. If the value is true when the proxy wires into the events of the control, it will force the events to be handled by the proxy even if the event was "handled" by an earlier FrameworkElement. If false, any event "handled" by an earlier FrameworkElement that would suppress it from firing up the chain, will keep the proxy from handling the event. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordItemsByIndex | False by default, If supported by the proxy, and value is true, the proxy will force all records to use index in place of a string when viable. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordMouseClickDeltaMax | By default 3, the value represents the distance in pixels a Mouse can move between MouseDown and MouseUp and still be considered a Click for recording purposes. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
ReportAllActionResults | True by default, if the value is true, it reports all results passing or failing for every action to the HP Run Results, if false it will only report errors and warnings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ScreenLoc | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
Settings | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
SourceElement | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
StepWaitTime | By default is 0, the value represents a wait time in milliseconds after each Replay proxy method completes before preceeding to the next replay proxy method. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
UtilityObject | (Inherited from Mercury.QTP.WPF.CustomServer.CustomServerBase) | |
ViewerBase | ||
WasPossibleDrag | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
WindowLoc | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) |
Name | Description | |
---|---|---|
ClickControl | Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ClickSubItem | Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
DblClickControl | Double Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
DblClickSubItem | Double Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetNAProperties | This method will returns a list of the visible properties of a given object, and their data types. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetNAProperty | This method will return the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetProxySetting | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemProperties | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemProperty | Return a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
IsKnownPartOf | Overloaded. Overridden. Determines if a framework element is part of the control. | |
MouseActionOnControl | Performs the requested MouseAction on the Control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseActionOnSubItem | Performs the requested MouseAction on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
OnMessage | Overloaded. Overridden. | |
PanArea | Proxy method to pan the area of the ViewerBase control to the specified co-ordinates | |
RecordInit | Overridden. Hooks up event handlers for the proxy, do not invoke this method directly as this is automatically internally called after the SourceElement is interacted with. | |
RecordStop | Overridden. | |
RightClickControl | Right Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
RightClickSubItem | Right Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetFocus | Set focus to the control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetNAProperty | This method will set the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetProxySetting | This method will set the value of one of the customizable proxy settings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetSubItemProperty | Sets a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ZoomArea | Proxy method to zoom the area of the ViewerBase control to the specified co-ordinates |