Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the MouseAction class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
MouseAction() | Initializes a new instance of the MouseAction class for XML serialization or deserialization. |
![]() |
MouseAction(MouseButtons, MouseActionType) | Initializes a new instance of the MouseAction class by using the provided button designation and type of action. |
![]() |
MouseAction(MouseButtons, MouseActionType, Point) | Initializes a new instance of the MouseAction class by using the provided button designation, type of action, and location of the operation. |
![]() |
MouseAction(UITechnologyElement, MouseButtons, MouseActionType) | Initializes a new instance of the MouseAction class by using the provided element, button designation, and type of action. |
See Also
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top