Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIActionInterpreter Class

 

Executes a test action in a user interface (UI) test, interprets the results, and writes to a log.

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

System::Object
  Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker
    Microsoft.VisualStudio.TestTools.UITest.CodeGeneration::UIActionInterpreter

public ref class UIActionInterpreter sealed : UITestActionInvoker

NameDescription
System_CAPS_pubmethodUIActionInterpreter(UITestInterpreter^)

Initializes a new instance of the UIActionInterpreter class by using the given interpreter.

NameDescription
System_CAPS_pubpropertyCurrentBrowser

Gets or sets a string that contains the name and version of the current browser.

System_CAPS_pubpropertyDelayBetweenActions

Gets or sets the time to delay before executing each action.

System_CAPS_pubpropertyInRetryMode

Gets or sets a value that indicates whether the interpreter is in retry mode.(Overrides UITestActionInvoker::InRetryMode.)

System_CAPS_pubpropertySearchTimeout

Gets or sets the number of seconds before a search process times out.

System_CAPS_pubpropertyThinkTimeMultiplier

Gets or sets the multiplier to use for think time values.

System_CAPS_pubpropertyTopLevelWindowSinglePassSearch

Gets or sets a value that indicates whether single pass search will be used for top level windows.

NameDescription
System_CAPS_pubmethodCancel()

Called when the Cancel Playback button is clicked by the user.(Overrides UITestActionInvoker::Cancel().)

System_CAPS_pubmethodDispose()

Releases resources.(Overrides UITestActionInvoker::Dispose().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvoke(AssertAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(BrowserAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(DelayAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(DragAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(DragDropAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(ErrorAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(InvokeAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(KeyboardAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(LaunchApplicationAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(MarkerAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(MediaAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(MouseAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(NavigateToUrlAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(NoOperationAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(SendKeysAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(SetStateAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(SetValueAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(SharedStepsReferenceAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(StringAssertAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(SystemAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(TestStepMarkerAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(TouchAction^, UIMap^)

Invoke for TouchAction.(Inherited from UITestActionInvoker.)

System_CAPS_pubmethodInvoke(VerifyConfigurationAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(WarningAction^, UIMap^)

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

System_CAPS_pubmethodInvoke(WebDialogAction^, UIMap^)

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

System_CAPS_pubmethodSearchAndInvoke(UITestAction^, UIMap^, CustomInvoker^)

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^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWaitForThinkTime(UITestAction^)

Waits for an appropriate amount of think time before the provided action is invoked.(Overrides UITestActionInvoker::WaitForThinkTime(UITestAction^).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: