MouseOverClose
Description
Fires the mouseout event to close a popup page. Enter the page name in the Recognition field.
Example
The following examples show how MouseOver and MouseOverClose can be used with popup pages.
To record a verification of a field value in a mouseover popup window:
-
From the recorder tool bar, click and drag the Target icon for the Verify action and hover over the field with a popup window.
-
Wait until the popup window appears.
-
Move the cursor to the field you want to check, then release the mouse button.
-
PTF Recorder generates the following steps:
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Browser |
Start |
|
|
|
|
Span |
MouseOver |
id=QE_EMPLOYEE_EMPLID |
|
en |
|
Span |
Verify |
Comment=QE_EMPL2_DEPTID |
|
22000 |
|
Span |
MouseOverClose |
id=QE_EMPLOYEE_EMPLID |
|
|
To record an action for an object inside a mouseover popup window:
-
Click and drag the Target icon for the Verify action and hover over the field with a popup window.
-
Wait until the popup window appears, then release the mouse button.
-
Perform the action you want to record, such as clicking a URL link.
-
PTF Recorder generates the following steps:
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Browser |
WaitForNew |
|
|
|
|
Span |
MouseOver |
id=QE_EMPLOYEE_EMPLID |
|
|
|
Link |
Click |
Name=QE_EMPL_PHOTO2_URL |
|
|
|
Span |
MouseOverClose |
id=QE_EMPLOYEE_EMPLID |
|
|
Related Topics