WebViewActionExecutor 类

继承层次结构

Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestActionExecutor
    Microsoft.VisualStudio.TestTools.UITesting.WebViewActionExecutor

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)

语法

声明
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

WebViewActionExecutor 类型公开以下成员。

构造函数

  名称 说明
公共方法 WebViewActionExecutor 初始化 WebViewActionExecutor 类的新实例。

页首

方法

  名称 说明
公共方法 Click (重写 UITestActionExecutor.Click(UITechnologyElement, MouseButtons, ModifierKeys, Point)。)
公共方法 DoubleClick (重写 UITestActionExecutor.DoubleClick(UITechnologyElement, MouseButtons, ModifierKeys, Point)。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetControlSupportLevel (重写 UITestActionExecutor.GetControlSupportLevel(UITechnologyElement)。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Hover (重写 UITestActionExecutor.Hover(UITechnologyElement, Point, Int32)。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 MouseMove (重写 UITestActionExecutor.MouseMove(UITechnologyElement, Point)。)
公共方法 MoveScrollWheel (重写 UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys)。)
公共方法 PressModifierKeys (重写 UITestActionExecutor.PressModifierKeys(UITechnologyElement, ModifierKeys)。)
公共方法 ReleaseKeyboard (重写 UITestActionExecutor.ReleaseKeyboard()。)
公共方法 ReleaseModifierKeys (重写 UITestActionExecutor.ReleaseModifierKeys(UITechnologyElement, ModifierKeys)。)
公共方法 ReleaseMouse (重写 UITestActionExecutor.ReleaseMouse()。)
公共方法 SendKeys (重写 UITestActionExecutor.SendKeys(UITechnologyElement, String, ModifierKeys, Boolean)。)
公共方法 StartDragging (重写 UITestActionExecutor.StartDragging(UITechnologyElement, MouseButtons, ModifierKeys, Point)。)
公共方法 StopDragging (重写 UITestActionExecutor.StopDragging(UITechnologyElement, Point, Boolean)。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.TestTools.UITesting 命名空间