WebViewActionExecutor Class

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

  Name Description
Public method WebViewActionExecutor Initializes a new instance of the WebViewActionExecutor class.

Top

Methods

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