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 类型公开以下成员。
构造函数
页首
方法
|
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 命名空间