WebViewActionExecutor Class
In this article
Inheritance Hierarchy
System.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
Click
(Overrides UITestActionExecutor.Click(UITechnologyElement, MouseButtons, ModifierKeys, Point) .)
DoubleClick
(Overrides UITestActionExecutor.DoubleClick(UITechnologyElement, MouseButtons, ModifierKeys, Point) .)
Equals
Determines whether the specified object is equal to the current object. (Inherited from Object .)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object .)
GetControlSupportLevel
(Overrides UITestActionExecutor.GetControlSupportLevel(UITechnologyElement) .)
GetHashCode
Serves as the default hash function. (Inherited from Object .)
GetType
Gets the Type of the current instance. (Inherited from Object .)
Hover
(Overrides UITestActionExecutor.Hover(UITechnologyElement, Point, Int32) .)
MemberwiseClone
Creates a shallow copy of the current Object . (Inherited from Object .)
MouseMove
(Overrides UITestActionExecutor.MouseMove(UITechnologyElement, Point) .)
MoveScrollWheel
(Overrides UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys) .)
PressModifierKeys
(Overrides UITestActionExecutor.PressModifierKeys(UITechnologyElement, ModifierKeys) .)
ReleaseKeyboard
(Overrides UITestActionExecutor.ReleaseKeyboard() .)
ReleaseModifierKeys
(Overrides UITestActionExecutor.ReleaseModifierKeys(UITechnologyElement, ModifierKeys) .)
ReleaseMouse
(Overrides UITestActionExecutor.ReleaseMouse() .)
SendKeys
(Overrides UITestActionExecutor.SendKeys(UITechnologyElement, String, ModifierKeys, Boolean) .)
StartDragging
(Overrides UITestActionExecutor.StartDragging(UITechnologyElement, MouseButtons, ModifierKeys, Point) .)
StopDragging
(Overrides UITestActionExecutor.StopDragging(UITechnologyElement, Point, Boolean) .)
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