Blurs the element (= lose focus).
@override Future<Null> blur() async => _retryWhenStale(() => _driver.execute('arguments[0].blur();', [_single]));