KeyboardAction Properties

 

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Properties

Name Description
System_CAPS_pubproperty ActionLogEntry

Gets or sets the action log entry for the action.(Inherited from UITestAction.)

System_CAPS_pubproperty ActionName

Gets or sets the name of this action.(Overrides UITestAction.ActionName.)

System_CAPS_pubproperty ActionType

Gets or sets the type of keyboard operation.

System_CAPS_pubproperty ActualThinkTime

Gets or sets the think time after it processes other playback parameters that are provided by the UIActionInterpreter, such as the ThinkTimeMultiplier.(Inherited from UITestAction.)

System_CAPS_pubproperty AdditionalInfo

Gets additional information about this action. The information is usually used by an aggregator of test actions. The set procedure is not supported in this class.(Overrides UITestAction.AdditionalInfo.)

System_CAPS_pubproperty Comment

Gets or sets a comment for this action.(Inherited from UITestAction.)

System_CAPS_pubproperty ContinueOnError

Gets or sets a value that indicates whether to continue even if this action fails.(Inherited from UITestAction.)

System_CAPS_pubproperty ContinueOnErrorWrapper

Gets or sets the value of the ContinueOnError property as a string for serialization.(Inherited from UITestAction.)

System_CAPS_pubproperty ElapsedTime

Gets or sets the time span of the action.(Inherited from UITestAction.)

System_CAPS_pubproperty EndTimestamp

The timestamp for the end of the action.(Inherited from UITestAction.)

System_CAPS_pubproperty Id

Gets or sets a unique numeric identifier for this action.(Inherited from UITestAction.)

System_CAPS_pubproperty IsGlobalHotkey

Gets or sets a value that indicates whether the input is a global keyboard shortcut.(Inherited from InputAction.)

System_CAPS_pubproperty IsParameterBound

If this action can be parameterized, gets or sets a value that indicates whether the action is bound to a test parameter.(Inherited from UITestAction.)

System_CAPS_pubproperty IsParameterizable

Gets a value that indicates whether this action can be parameterized.(Inherited from UITestAction.)

System_CAPS_pubproperty Key

Gets or sets the key that was pressed.

System_CAPS_pubproperty KeyValue

Gets or sets the input value that was generated by the key press.

System_CAPS_pubproperty ModifierKeys

Gets or sets which modifier keys were pressed.(Inherited from InputAction.)

System_CAPS_pubproperty NeedFiltering

Gets or sets a value that indicates whether this action can be processed by a UITestActionFilter.(Inherited from UITestAction.)

System_CAPS_pubproperty ParameterName

Gets or sets the name of the corresponding parameter for the action value.(Inherited from UITestAction.)

System_CAPS_pubproperty StartTimestamp

Gets or sets the starting time stamp when executing this action.(Inherited from UITestAction.)

System_CAPS_pubproperty Tags

Gets a dictionary of additional information about this action that is needed during recording, aggregation, or post-processing. The set procedure is private.(Inherited from UITestAction.)

System_CAPS_pubproperty ThinkTime

Gets or sets the number of seconds that are required to execute this action.(Inherited from UITestAction.)

System_CAPS_pubproperty Timestamp

Gets or sets the time stamp for this action.(Inherited from UITestAction.)

System_CAPS_pubproperty UIElement

Gets or sets the UI element on which this action operates.(Inherited from UITestAction.)

System_CAPS_pubproperty UIObjectName

Gets or sets the name of the UI element on which this action operates.(Inherited from UITestAction.)

System_CAPS_pubproperty UITestActionExtension

Sets or gets the an instance of UITestActionExtension which contains properties related to actions.(Inherited from UITestAction.)

System_CAPS_pubproperty ValueAsString

Gets or the input value as a string. The set procedure is not supported in this class.(Overrides UITestAction.ValueAsString.)

See Also

KeyboardAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top