UIActionInterpreter.Invoke Method

 

Executes one or more UI actions and logs the result.

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

Overload List

Name Description
System_CAPS_pubmethod Invoke(AssertAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(AssertAction, UIMap).)

System_CAPS_pubmethod Invoke(BrowserAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(BrowserAction, UIMap).)

System_CAPS_pubmethod Invoke(DelayAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(DelayAction, UIMap).)

System_CAPS_pubmethod Invoke(DragAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(DragAction, UIMap).)

System_CAPS_pubmethod Invoke(DragDropAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(DragDropAction, UIMap).)

System_CAPS_pubmethod Invoke(ErrorAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(ErrorAction, UIMap).)

System_CAPS_pubmethod Invoke(InvokeAction, UIMap)

Invoke for SystemAction.(Overrides UITestActionInvoker.Invoke(InvokeAction, UIMap).)

System_CAPS_pubmethod Invoke(KeyboardAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(KeyboardAction, UIMap).)

System_CAPS_pubmethod Invoke(LaunchApplicationAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(LaunchApplicationAction, UIMap).)

System_CAPS_pubmethod Invoke(MarkerAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(MarkerAction, UIMap).)

System_CAPS_pubmethod Invoke(MediaAction, UIMap)

Generate action log for MediaAction(Overrides UITestActionInvoker.Invoke(MediaAction, UIMap).)

System_CAPS_pubmethod Invoke(MouseAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(MouseAction, UIMap).)

System_CAPS_pubmethod Invoke(NavigateToUrlAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(NavigateToUrlAction, UIMap).)

System_CAPS_pubmethod Invoke(NoOperationAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(NoOperationAction, UIMap).)

System_CAPS_pubmethod Invoke(SendKeysAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(SendKeysAction, UIMap).)

System_CAPS_pubmethod Invoke(SetStateAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(SetStateAction, UIMap).)

System_CAPS_pubmethod Invoke(SetValueAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(SetValueAction, UIMap).)

System_CAPS_pubmethod Invoke(SharedStepsReferenceAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(SharedStepsReferenceAction, UIMap).)

System_CAPS_pubmethod Invoke(StringAssertAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(StringAssertAction, UIMap).)

System_CAPS_pubmethod Invoke(SystemAction, UIMap)

Invoke for SystemAction.(Overrides UITestActionInvoker.Invoke(SystemAction, UIMap).)

System_CAPS_pubmethod Invoke(TestStepMarkerAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(TestStepMarkerAction, UIMap).)

System_CAPS_pubmethod Invoke(TouchAction, UIMap)

Invoke for TouchAction.(Inherited from UITestActionInvoker.)

System_CAPS_pubmethod Invoke(VerifyConfigurationAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(VerifyConfigurationAction, UIMap).)

System_CAPS_pubmethod Invoke(WarningAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(WarningAction, UIMap).)

System_CAPS_pubmethod Invoke(WebDialogAction, UIMap)

Executes the provided action by using the given map and logs the result.(Overrides UITestActionInvoker.Invoke(WebDialogAction, UIMap).)

See Also

UIActionInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top