OpenText™ Functional Testing for Developers JavaScript SDK
new MouseEvent(type, argsopt)
The HTML mouse event to be used with the FireEvent method.
Parameters:
Name |
Type |
Attributes |
Description |
type |
string
|
|
The event name. |
args |
Object
|
<optional>
|
Arguments for the MouseEvent.
Properties
Name |
Type |
Attributes |
Default |
Description |
button |
MouseButton
|
<optional>
|
MouseButton.left
|
The mouse button to use for the event. |
anchor |
Position
|
<optional>
|
Position.center
|
The position within the object from which the offset is taken. |
offset |
Object
|
<optional>
|
|
The offset from the anchor position.
Properties
Name |
Type |
Attributes |
Default |
Description |
x |
number
|
<optional>
|
0
|
The x-coordinate of the offset. |
y |
number
|
<optional>
|
0
|
The y-coordinate of the offset. |
|
|