UIActionInterpreter Methods

Include Protected Members
Include Inherited Members

The UIActionInterpreter type exposes the following members.

Methods

  Name Description
Public method Cancel Called when the Cancel Playback button is clicked by the user. (Overrides UITestActionInvoker.Cancel().)
Public method Dispose Releases resources. (Overrides UITestActionInvoker.Dispose().)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Invoke(AssertAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(AssertAction, UIMap).)
Public method Invoke(BrowserAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(BrowserAction, UIMap).)
Public method Invoke(DelayAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(DelayAction, UIMap).)
Public method Invoke(DragAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(DragAction, UIMap).)
Public method Invoke(DragDropAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(DragDropAction, UIMap).)
Public method Invoke(ErrorAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(ErrorAction, UIMap).)
Public method Invoke(InvokeAction, UIMap) Invoke for SystemAction. (Overrides UITestActionInvoker.Invoke(InvokeAction, UIMap).)
Public method Invoke(KeyboardAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(KeyboardAction, UIMap).)
Public method Invoke(LaunchApplicationAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(LaunchApplicationAction, UIMap).)
Public method Invoke(MarkerAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(MarkerAction, UIMap).)
Public method Invoke(MediaAction, UIMap) Generate action log for MediaAction (Overrides UITestActionInvoker.Invoke(MediaAction, UIMap).)
Public method Invoke(MouseAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(MouseAction, UIMap).)
Public method Invoke(NavigateToUrlAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(NavigateToUrlAction, UIMap).)
Public method Invoke(NoOperationAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(NoOperationAction, UIMap).)
Public method Invoke(SendKeysAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(SendKeysAction, UIMap).)
Public method Invoke(SetStateAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(SetStateAction, UIMap).)
Public method Invoke(SetValueAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(SetValueAction, UIMap).)
Public method Invoke(SharedStepsReferenceAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(SharedStepsReferenceAction, UIMap).)
Public method Invoke(StringAssertAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(StringAssertAction, UIMap).)
Public method Invoke(SystemAction, UIMap) Invoke for SystemAction. (Overrides UITestActionInvoker.Invoke(SystemAction, UIMap).)
Public method Invoke(TestStepMarkerAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(TestStepMarkerAction, UIMap).)
Public method Invoke(TouchAction, UIMap) Invoke for TouchAction. (Inherited from UITestActionInvoker.)
Public method Invoke(VerifyConfigurationAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(VerifyConfigurationAction, UIMap).)
Public method Invoke(WarningAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(WarningAction, UIMap).)
Public method Invoke(WebDialogAction, UIMap) Executes the provided action by using the given map and logs the result. (Overrides UITestActionInvoker.Invoke(WebDialogAction, UIMap).)
Public method SearchAndInvoke Executes the provided action by using the given map and logs the result by using your implementation of a custom invoker. (Overrides UITestActionInvoker.SearchAndInvoke(UITestAction, UIMap, CustomInvoker).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method WaitForThinkTime Waits for an appropriate amount of think time before the provided action is invoked. (Overrides UITestActionInvoker.WaitForThinkTime(UITestAction).)

Top

See Also

Reference

UIActionInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace