MouseOver
Description
Gets the hexadecimal value of the background color of an object when the mouse cursor rolls over it.
If during playback the same background color value is not found, then the step will fail. You can find the details in the log.
The action is only recorded on grids which has class ps_grid-row psc_rowact and type Div
Example
The following example shows test steps where a mouse over is recorded with background color as #ded. On playback if the background color value is not #ded when the mouse is on the object, the step will fail.
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Div |
MouseOver |
Id=Book$0_row_0 |
Prop=background-color|bgover_value=#ded |