UIActionInterpreter Class
Executes a test action in a user interface (UI) test, interprets the results, and writes to a log.
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration::UIActionInterpreter
| Name | Description | |
|---|---|---|
![]() | UIActionInterpreter(UITestInterpreter^) | Initializes a new instance of the UIActionInterpreter class by using the given interpreter. |
| Name | Description | |
|---|---|---|
![]() | CurrentBrowser | Gets or sets a string that contains the name and version of the current browser. |
![]() | DelayBetweenActions | Gets or sets the time to delay before executing each action. |
![]() | InRetryMode | Gets or sets a value that indicates whether the interpreter is in retry mode.(Overrides UITestActionInvoker::InRetryMode.) |
![]() | SearchTimeout | Gets or sets the number of seconds before a search process times out. |
![]() | ThinkTimeMultiplier | Gets or sets the multiplier to use for think time values. |
![]() | TopLevelWindowSinglePassSearch | Gets or sets a value that indicates whether single pass search will be used for top level windows. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

