blur
Syntax
blur: true [every (time)] [after (time)][, true...];;
This command performs a JavaScript blur action on whichever element has the current focus.
Technically, this command does not need a target selector, so you can run it at top level under the event selector if you wish.
You can also call this command by using "focus-off", which does the same thing.