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