blur
blur
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Focus on the account label
clickAt
id=account
name=account
//input[1]
//input[@id='account']
css=#account
COMMENT
Pause for 0.5 second
pause
500
COMMENT
Triggers a blur event that will unfocus from the target element
blur
id=account
name=account
//input[1]
//input[@id='account']
css=#account