mouseOver&mouseOut
mouseOver&mouseOut
open
https://sideex.github.io/example/webpage_under_test/mouseover-to-change-opacity.html
COMMENT
Mouse moves over the image to decrease opacity
mouseOver
id=opacity
//img[1]
css=#opacity
1,88
COMMENT
Pause for 0.5 second
pause
500
COMMENT
Mouse moves out of the image
mouseOut
id=opacity
//img[1]
//img[@id='opacity']
css=#opacity
1,88
COMMENT
Pause for 0.5 second
pause
500
COMMENT
Mouse moves over the image to decrease opacity
mouseOver
id=opacity
//img[1]
css=#opacity
1,88
COMMENT
Pause for 0.5 second
pause
500
COMMENT
Mouse moves out of the image
mouseOut
id=opacity
//img[1]
//img[@id='opacity']
css=#opacity
1,88