Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestActionExecutor
Microsoft.VisualStudio.TestTools.UITesting.WebViewActionExecutor
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Class WebViewActionExecutor _
Inherits UITestActionExecutor
public class WebViewActionExecutor : UITestActionExecutor
public ref class WebViewActionExecutor : public UITestActionExecutor
type WebViewActionExecutor =
class
inherit UITestActionExecutor
end
public class WebViewActionExecutor extends UITestActionExecutor
The WebViewActionExecutor type exposes the following members.
Constructors
Top
Methods
.gif) |
Click |
(Overrides UITestActionExecutor.Click(UITechnologyElement, MouseButtons, ModifierKeys, Point).) |
.gif) |
DoubleClick |
(Overrides UITestActionExecutor.DoubleClick(UITechnologyElement, MouseButtons, ModifierKeys, Point).) |
.gif) |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
.gif) |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) |
GetControlSupportLevel |
(Overrides UITestActionExecutor.GetControlSupportLevel(UITechnologyElement).) |
.gif) |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
Hover |
(Overrides UITestActionExecutor.Hover(UITechnologyElement, Point, Int32).) |
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
MouseMove |
(Overrides UITestActionExecutor.MouseMove(UITechnologyElement, Point).) |
.gif) |
MoveScrollWheel |
(Overrides UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys).) |
.gif) |
PressModifierKeys |
(Overrides UITestActionExecutor.PressModifierKeys(UITechnologyElement, ModifierKeys).) |
.gif) |
ReleaseKeyboard |
(Overrides UITestActionExecutor.ReleaseKeyboard().) |
.gif) |
ReleaseModifierKeys |
(Overrides UITestActionExecutor.ReleaseModifierKeys(UITechnologyElement, ModifierKeys).) |
.gif) |
ReleaseMouse |
(Overrides UITestActionExecutor.ReleaseMouse().) |
.gif) |
SendKeys |
(Overrides UITestActionExecutor.SendKeys(UITechnologyElement, String, ModifierKeys, Boolean).) |
.gif) |
StartDragging |
(Overrides UITestActionExecutor.StartDragging(UITechnologyElement, MouseButtons, ModifierKeys, Point).) |
.gif) |
StopDragging |
(Overrides UITestActionExecutor.StopDragging(UITechnologyElement, Point, Boolean).) |
.gif) |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting Namespace