TestComplete Tutorial 9 - Mouse Actions and Mouse Wheel Events
TestComplete provides mouse actions and mouse wheel events . Mouse Actions To simulate clicks, double-clicks, dragging and hovering (hot-tracking) operations, each onscreen object provides the following methods: Click( ) - Simulates a single click performed with the left mouse button. ClickR( ) - Simulates a single click performed with the right mouse button. ClickM( ) - Simulates a single click performed with the middle mouse button. DblClick( ) - Simulates a double click performed with the middle mouse button. DblClickR( ) - Simulates a double click performed with the middle mouse button. DblClickM( ) - Simulates a double click performed with the middle mouse button. Drag( ) - Simulates a dragging operation performed with the left mouse button. DragR( ) - Simulates a dragging operation performed with the right mouse button. DragM( ) - Simulates a dragging operation performed with the middle mouse button. HoverMouse( ) - ...
Comments
Post a Comment